Problem fizzbuzz
User Karax
Submission Time 2025-11-17 11:08:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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