Problem fizzbuzz
User claireau
Submission Time 2024-06-05 21:45:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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