Problem fizzbuzz
User yikai
Submission Time 2026-02-20 16:38:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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