Problem fizzbuzz
User fanqie
Submission Time 2023-11-09 16:50:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:17: error: expected ‘;’ before ‘<=’ token
8 | for (int i=0, i<=N, i>=A, i>=B;){
| ^~
| ;
fizzbuzz.cpp:8:17: error: expected primary-expression before ‘<=’ token
8 | for (int i=0, i<=N, i>=A, i>=B;){
| ^~