Problem fizzbuzz
User FIips
Submission Time 2023-12-27 03:11:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:16: error: expected ‘;’ before ‘<=’ token
11 | for(int i=1, i<=N, ++i){
| ^~
| ;
fizzbuzz.cpp:11:16: error: expected primary-expression before ‘<=’ token
11 | for(int i=1, i<=N, ++i){
| ^~
fizzbuzz.cpp:11:24: error: expected ‘;’ before ‘)’ token
11 | for(int i=1, i<=N, ++i){
| ^
| ;
fizzbuzz.cpp:13:7: error: ‘I’ was not declared in this scope
13 | if (I%A == 0 && I%B != 0) {
| ^