Problem fizzbuzz
User Slayer555
Submission Time 2023-12-20 17:01:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:12:22: error: missing terminating ' character
12 | cout << "Buzz" << '\n;
| ^~~~
fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:13:3: error: expected primary-expression before β€˜}’ token
13 | }
| ^