Problem fizzbuzz
User rhea61
Submission Time 2023-11-08 19:29:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:8:3: error: expected initializer before ‘cin’
8 | cin >>N>>A>>B
| ^~~
fizzbuzz.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (N%B == 0){
| ^~~~
fizzbuzz.cpp:12:13: error: ‘B’ was not declared in this scope
12 | else if (N%B == 0){
| ^