| Problem | xmas |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-23 16:32:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:19:9: error: expected ‘;’ at end of input
19 | return 0
| ~^
| ;
xmas.cpp:19:8: error: expected ‘}’ at end of input
19 | return 0
| ^
xmas.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^