| Problem | fizzbuzz | 
|---|---|
| User | loverin | 
| Submission Time | 2023-04-11 08:44:43 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:7: error: ‘i’ was not declared in this scope
   10 |   if (i % 5 == 0){
      |       ^
fizzbuzz.cpp:13:7: error: ‘i’ was not declared in this scope
   13 |   if (i % 5 != 0 && i % 3 != 0){
      |       ^
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:18:1: error: expected declaration before ‘}’ token
   18 | }
      | ^