Problem poklon
User kxd
Submission Time 2023-11-15 22:06:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
poklon.cpp: In function ‘int main()’:
poklon.cpp:67:6: error: ‘i’ was not declared in this scope
67 | rep(i,0,n){
| ^
poklon.cpp:67:2: error: ‘rep’ was not declared in this scope
67 | rep(i,0,n){
| ^~~
poklon.cpp:79:7: error: ‘ALL’ was not declared in this scope; did you mean ‘P_ALL’?
79 | sort(ALL(queries),cmp);
| ^~~
| P_ALL