Problem fizzbuzz
User jamallikestocode
Submission Time 2026-01-07 20:32:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:18: error: lvalue required as left operand of assignment
12 | if(i % A=0 ){
| ^
fizzbuzz.cpp:14:24: error: lvalue required as left operand of assignment
14 | }else if(i % B=0 ){
| ^