| Problem | fizzbuzz |
|---|---|
| User | DuckyKayden |
| Submission Time | 2025-07-21 16:37:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:21:21: error: expected ‘;’ before ‘}’ token
21 | cout << i << "\n"
| ^
| ;
22 | }
| ~