Problem xmas
User wahjsodhowasd
Submission Time 2026-02-13 18:24:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:13:30: error: expected ‘;’ before ‘for’
13 | return a.second < b.second;})
| ^
| ;
14 | for (int i=0;i<n;i++){
| ~~~
xmas.cpp:14:14: error: ‘i’ was not declared in this scope
14 | for (int i=0;i<n;i++){
| ^