Problem | fizzbuzz |
---|---|
User | fanqie |
Submission Time | 2023-11-09 16:52:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:26: error: expected ‘)’ before ‘;’ token
8 | for (int i=0; i<=N; i>=A; i>=B;){
| ~ ^
| )
fizzbuzz.cpp:8:28: error: ‘i’ was not declared in this scope
8 | for (int i=0; i<=N; i>=A; i>=B;){
| ^
fizzbuzz.cpp:8:33: error: expected primary-expression before ‘)’ token
8 | for (int i=0; i<=N; i>=A; i>=B;){
| ^