Problem xmas
User ryelin
Submission Time 2023-11-09 13:47:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:11:17: error: expected ‘;’ before ‘}’ token
11 | cout << arr[i]
| ^
| ;
12 | }
| ~