Problem fizzbuzz
User yq
Submission Time 2026-06-22 16:16:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:12:30: error: expected β€˜;’ before string constant
12 | else {if(i % B==0) cout "Buzz"<< end1;
| ^~~~~~~
| ;