Problem fizzbuzz
User pearl333
Submission Time 2025-01-29 22:58:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:19:3: error: expected ‘}’ before ‘else’
19 | else if (i%b==0){
| ^~~~
fizzbuzz.cpp:17:19: note: to match this ‘{’
17 | else if (i%a==0){
| ^
fizzbuzz.cpp:21:3: error: expected ‘}’ before ‘else’
21 | else {
| ^~~~
fizzbuzz.cpp:19:19: note: to match this ‘{’
19 | else if (i%b==0){
| ^