| Problem | fizzbuzz |
|---|---|
| User | Akshar |
| Submission Time | 2025-01-23 14:59:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:7: error: ‘i’ was not declared in this scope
12 | for( i=1;i<=n;i++);{
| ^
fizzbuzz.cpp:13:7: error: ‘i’ was not declared in this scope
13 | if (i%a==0){
| ^