Problem | fizzbuzz |
---|---|
User | vadar2525 |
Submission Time | 2025-03-07 15:02:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:9: error: ‘i’ was not declared in this scope
10 | while (i <= n)
| ^
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:24:1: error: expected declaration before ‘}’ token
24 | }
| ^