Problem fizzbuzz
User Akshar
Submission Time 2025-01-23 16:51:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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