Problem | fizzbuzz |
---|---|
User | CX |
Submission Time | 2024-06-26 16:26:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:17:17: error: missing terminating ' character
17 | cout<<i<<'\n'';
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:17: error: expected ‘;’ before ‘return’
17 | cout<<i<<'\n'';
| ^
| ;
18 | return 0;
| ~~~~~~