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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:5: error: ‘i’ was not declared in this scope
9 | if(i % A == 0 ){
| ^
fizzbuzz.cpp:11:3: error: expected ‘}’ before ‘else’
11 | else(i % B == 0 ){
| ^~~~
fizzbuzz.cpp:9:17: note: to match this ‘{’
9 | if(i % A == 0 ){
| ^