Problem fizzbuzz
User fypage
Submission Time 2024-10-31 22:09:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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