Problem fizzbuzz
User Citric3thanol
Submission Time 2026-06-22 16:44:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:4: error: expected ‘}’ before ‘else’
18 | else if (B % i == 0){
| ^~~~
fizzbuzz.cpp:11:19: note: to match this ‘{’
11 | if (A % i == 0){
| ^