| Problem | fizzbuzz |
|---|---|
| User | anish |
| Submission Time | 2026-06-22 15:35:16 |
| 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 ‘i’
13 | } else if i%a == 0) {
| ^
| (
fizzbuzz.cpp:15:4: error: ‘else’ without a previous ‘if’
15 | } else {
| ^~~~