Problem fizzbuzz
User wtnetlegend
Submission Time 2025-01-29 13:57:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
fizzbuzz.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^