| Problem | xmas |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-23 16:34:09 |
| 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 ‘return’
17 | cout << ans[i] << endl
| ^
| ;
18 |
19 | return 0}
| ~~~~~~
xmas.cpp:19:9: error: expected ‘}’ at end of input
19 | return 0}
| ^
xmas.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^