| Problem | fizzbuzz |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 17:02:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:12: error: expected ‘;’ before ‘}’ token
13 | cout << i
| ^
| ;
14 | }
| ~
fizzbuzz.cpp:19:13: error: expected ‘;’ before ‘}’ token
19 | cout << i
| ^
| ;
20 | }
| ~