Problem | smallprimes |
---|---|
User | YH |
Submission Time | 2025-02-19 20:54:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smallprimes.cpp: In function ‘int main()’:
smallprimes.cpp:58:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
58 | sort(nice_numbers.begin(), nice_numbers.end());
| ^~~~
| qsort