Problem fizzbuzz
User Law
Submission Time 2024-06-20 14:50:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:5: error: expected ‘(’ before ‘else’
12 | if else (n + b) {
| ^~~~
| (
fizzbuzz.cpp:15:5: error: expected ‘(’ before ‘else’
15 | if else (a + b) {
| ^~~~
| (