| Problem | fizzbuzz |
|---|---|
| User | monke |
| Submission Time | 2025-10-08 17:41:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:10: error: expected ‘}’ at end of input
13 | return 0;
| ^
fizzbuzz.cpp:2:11: note: to match this ‘{’
2 | int main(){
| ^