Problem fizzbuzz
User meow5707
Submission Time 2023-02-08 17:59:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:3: error: expected ‘}’ before ‘else’
16 | else{
| ^~~~
fizzbuzz.cpp:14:37: note: to match this ‘{’
14 | else if (a % b == 0 && a % c == 0){
| ^