Problem snowball
User Meub
Submission Time 2025-12-26 17:37:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snowball.cpp: In function ‘int main()’:
snowball.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(a+1,a+n+1);
| ^~~~
| qsort