Problem fizzbuzz
User Emily
Submission Time 2024-01-10 09:31:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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