Problem xmas
User haroldpyh
Submission Time 2026-03-05 20:53:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:12:2: error: expected initializer before ‘for’
12 | for (int i = 1; i <= n; i++) {
| ^~~
xmas.cpp:12:18: error: ‘i’ was not declared in this scope
12 | for (int i = 1; i <= n; i++) {
| ^