Problem | fizzbuzz |
---|---|
User | xingrui |
Submission Time | 2024-06-26 16:26:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:34: error: expected ‘;’ before ‘}’ token
18 | output = to_string(i)
| ^
| ;
19 | }
| ~
fizzbuzz.cpp:22:5: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:4:1: note: to match this ‘{’
4 | {
| ^