Problem fizzbuzz
User CelineQuek
Submission Time 2023-06-30 19:37:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:24:5: error: expected ‘}’ at end of input
24 | }
| ^
fizzbuzz.cpp:5:1: note: to match this ‘{’
5 | {
| ^