Problem | fractions |
---|---|
User | gelastropod |
Submission Time | 2025-07-14 08:39:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fractions.cpp: In function ‘int main()’:
fractions.cpp:31:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
31 | sort(A.begin(), A.end(), comp);
| ^~~~
| qsort