Problem fizzbuzz
User dong
Submission Time 2026-06-22 16:43:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:4: error: ‘else’ without a previous ‘if’
13 | } else if (i % B ==0){
| ^~~~
fizzbuzz.cpp:13:13: error: ‘i’ was not declared in this scope
13 | } else if (i % B ==0){
| ^