Problem fizzbuzz
User Rollsroyce26
Submission Time 2024-06-20 14:27:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:9: error: expected primary-expression before ‘else’
12 | if (else (n % b == 0) {
| ^~~~
fizzbuzz.cpp:12:9: error: expected ‘)’ before ‘else’
12 | if (else (n % b == 0) {
| ~^~~~
| )
fizzbuzz.cpp:21:1: error: expected primary-expression before ‘}’ token
21 | }
| ^