Problem | fizzbuzz |
---|---|
User | jambusk |
Submission Time | 2025-06-16 17:10:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
fizzbuzz.cpp:20:8: note: to match this ‘{’
20 | else {
| ^
fizzbuzz.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
fizzbuzz.cpp:9:28: note: to match this ‘{’
9 | for(int i = 1; i < N; ++i){
| ^
fizzbuzz.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
fizzbuzz.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^