Problem fizzbuzz
User noel
Submission Time 2024-06-20 13:41:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:14: error: lvalue required as left operand of assignment
7 | if (n % a = 0){
| ^
fizzbuzz.cpp:10:19: error: lvalue required as left operand of assignment
10 | else if (n % b = 0){
| ^