Problem xmas
User Zaydluq
Submission Time 2026-06-23 16:24:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:11:13: error: expected ‘;’ before ‘}’ token
11 | ans[A] = i
| ^
| ;
12 | }
| ~
xmas.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i=1; i<=N; i++) {
| ^