Problem fizzbuzz
User Dannyboy
Submission Time 2023-11-08 13:25:09
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:3:13: note: to match this ‘{’
3 | int main () {
| ^