Problem fizzbuzz
User nianhe
Submission Time 2023-11-07 21:16:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
fizzbuzz.cpp:8:16: note: to match this ‘{’
8 | int32_t main() {
| ^