| Problem | fizzbuzz |
|---|---|
| User | claireau |
| Submission Time | 2024-06-05 21:28:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:23: error: expected ‘)’ before ‘;’ token
12 | for (int i; i=1; i<=N;){
| ~ ^
| )
fizzbuzz.cpp:12:24: error: expected primary-expression before ‘)’ token
12 | for (int i; i=1; i<=N;){
| ^