Problem fizzbuzz
User tomatofrog0w0
Submission Time 2023-11-10 13:20:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:16:4: error: expected ‘(’ before ‘else’
16 | if else (i % B == 0){
| ^~~~
| (
fizzbuzz.cpp:20:4: error: expected ‘(’ before ‘else’
20 | if else (i % A == 0 && i % B == 0){
| ^~~~
| (
fizzbuzz.cpp:24:1: error: ‘else’ without a previous ‘if’
24 | else {
| ^~~~