Problem fizzbuzz
User JcYong
Submission Time 2024-06-18 13:12:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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