Problem spellofweakness
User caffeine
Submission Time 2023-02-06 18:41:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

spellofweakness.cpp: In function ‘int32_t main()’:
spellofweakness.cpp:25:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
25 | sort(arr,arr+n);
| ^~~~
| qsort