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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:42: error: ‘end1’ was not declared in this scope
12 | else {if(i % B==0) cout <<"Buzz"<< end1;
| ^~~~