Problem fizzbuzz
User Um
Submission Time 2023-04-29 11:46:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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