Problem fizzbuzz
User xingrui
Submission Time 2024-06-26 16:22:39
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:4:1: note: to match this ‘{’
4 | {
| ^