| Problem | fizzbuzz | 
|---|---|
| User | adammmamammamamamaamamam | 
| Submission Time | 2023-05-11 07:53:27 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:22:13: error: expected ‘}’ at end of input
   22 |     return 0;
      |             ^
fizzbuzz.cpp:9:28: note: to match this ‘{’
    9 |   for (int i; i <= N; i++) {
      |                            ^
fizzbuzz.cpp:22:13: error: expected ‘}’ at end of input
   22 |     return 0;
      |             ^
fizzbuzz.cpp:4:13: note: to match this ‘{’
    4 | int main () {
      |             ^