Problem | fizzbuzz |
---|---|
User | kingjames34 |
Submission Time | 2025-10-14 13:55:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:8: error: expected ‘;’ before ‘}’ token
16 | i+=1
| ^
| ;
17 | }
| ~