Problem fizzbuzz
User itchydeez
Submission Time 2023-11-17 13:05:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:15: error: expected ‘;’ before ‘}’ token
13 | cout<<"Buzz"}
| ^
| ;