Problem fizzbuzz
User Yaoru
Submission Time 2025-10-16 18:34:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else if(n%a==0){
| ^~~~
fizzbuzz.cpp:8:19: note: to match this ‘{’
8 | if(n%a==0&n%b==0){
| ^