Problem fizzbuzz
User dbw0904
Submission Time 2026-08-14 01:10:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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