Problem | fizzbuzz |
---|---|
User | neogaoen2007 |
Submission Time | 2023-12-06 15:16:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | cout << i
| ^
| ;
16 | }
| ~