Problem fizzbuzz
User CX
Submission Time 2024-06-26 16:27:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 ‘}’ token
17 | cout<<i<<'\n'';
| ^
| ;
18 | }
| ~