Problem fizzbuzz
User nzx
Submission Time 2025-08-09 13:16:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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