Problem shops
User Rolo
Submission Time 2025-03-27 02:18:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shops.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^
shops.cpp: In function ‘int main()’:
shops.cpp:37:14: error: ‘ALL’ was not declared in this scope; did you mean ‘P_ALL’?
37 | sort(ALL(v[i]));
| ^~~
| P_ALL