| Problem | fizzbuzz |
|---|---|
| User | beefburger |
| Submission Time | 2026-01-29 08:40:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:14:22: error: expected ‘)’ before ‘{’ token
14 | } else if (i%a == 0 {
| ~ ^~
| )
fizzbuzz.cpp:21:1: error: expected primary-expression before ‘}’ token
21 | }
| ^
fizzbuzz.cpp:21:1: error: expected ‘}’ at end of input
fizzbuzz.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^