Problem fizzbuzz
User EpixKay360
Submission Time 2023-11-11 22:14:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:10: error: expected ‘(’ before ‘{’ token
10 | else if{
| ^
| (
fizzbuzz.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~