| Problem | fizzbuzz |
|---|---|
| User | mli0806 |
| Submission Time | 2026-02-20 11:00:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:6: error: ‘i’ was not declared in this scope
9 | for(i = 1; i <= N; i++) {
| ^
fizzbuzz.cpp:9:18: error: ‘N’ was not declared in this scope
9 | for(i = 1; i <= N; i++) {
| ^