Problem swords
User JamesPearman
Submission Time 2024-02-21 21:46:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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