| Problem | fizzbuzz |
|---|---|
| User | Fjerds |
| Submission Time | 2026-04-15 14:46:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:13: error: expected ‘;’ before ‘}’ token
18 | cout << i
| ^
| ;
19 | }
| ~
fizzbuzz.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^