Problem fizzbuzz
User Pavan1000
Submission Time 2023-03-29 16:23:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:15:20: error: expected ‘}’ at end of input
15 | cout<< "FizzBuzz";
| ^
fizzbuzz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^