Problem shops
User Louis
Submission Time 2024-03-27 11:23:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp: In function ‘int main()’:
shops.cpp:69:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
69 | sort(ALL(tmp),cmp);
| ^~~~
| qsort