Problem | fractions |
---|---|
User | caffeine |
Submission Time | 2023-01-12 20:51:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fractions.cpp: In function ‘int32_t main()’:
fractions.cpp:17:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(v.begin(),v.end());
| ^~~~
| qsort