Problem fizzbuzz
User ansel
Submission Time 2024-05-17 15:40:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:3: error: ‘elif’ was not declared in this scope
11 | elif (N%A==0){
| ^~~~
fizzbuzz.cpp:17:3: error: ‘else’ without a previous ‘if’
17 | else{
| ^~~~