Problem fizzbuzz
User Qxhb3
Submission Time 2023-04-16 15:29:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:26: error: lvalue required as left operand of assignment
9 | if (i%a = 0 && i%b = 0) {
| ^
fizzbuzz.cpp:13:17: error: lvalue required as left operand of assignment
13 | if (i%a = 0) {
| ^
fizzbuzz.cpp:15:19: error: lvalue required as left operand of assignment
15 | } if (i%b = 0) {
| ^