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

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:8:1: error: expected ‘,’ or ‘;’ before ‘for’
8 | for (int i = 1; i<= N; 1++){
| ^~~
xmas.cpp:8:17: error: ‘i’ was not declared in this scope
8 | for (int i = 1; i<= N; 1++){
| ^
xmas.cpp:8:25: error: lvalue required as increment operand
8 | for (int i = 1; i<= N; 1++){
| ^~
xmas.cpp:13:25: error: lvalue required as increment operand
13 | for (int i = 1; i<= N; 1++){
| ^~