Problem | fizzbuzz |
---|---|
User | fanqie |
Submission Time | 2023-11-09 15:44:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:14: error: expected ‘;’ before ‘i’
8 | for (int i=0 i<=N, i>=A, i>=B){
| ^~
| ;
fizzbuzz.cpp:8:31: error: expected ‘;’ before ‘)’ token
8 | for (int i=0 i<=N, i>=A, i>=B){
| ^
| ;