Problem fizzbuzz
User Isabel123
Submission Time 2023-11-08 10:36:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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