| Problem | xmas |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-23 16:33:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:17:23: error: expected ‘;’ before ‘}’ token
17 | cout << ans[i] << endl
| ^
| ;
18 | }
| ~
xmas.cpp:19:9: error: expected ‘;’ before ‘}’ token
19 | return 0}
| ^
| ;