Problem xmas
User jaydenlol
Submission Time 2026-06-23 15:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:16:23: error: expected ‘;’ before ‘}’ token
16 | cout << ans[i] << "\n"
| ^
| ;
17 | }
| ~