Problem | fizzbuzz |
---|---|
User | howdoicode |
Submission Time | 2025-02-24 15:25:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:20: error: expected ‘;’ before ‘}’ token
18 | cout << t << "/"
| ^
| ;
19 | }
| ~
fizzbuzz.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
fizzbuzz.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^