Problem fizzbuzz
User angei
Submission Time 2025-08-09 22:02:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:9: error: ‘else’ without a previous ‘if’
17 | else if ( N % A != 0 || N % B != 0) {
| ^~~~
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^