Problem fizzbuzz
User PrunJuice
Submission Time 2023-10-25 22:30:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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