Problem fizzbuzz
User Maskaphobia
Submission Time 2024-02-06 13:33:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:28: error: lvalue required as left operand of assignment
9 | if (i %a = 0 and i %b = 0) {
| ^
fizzbuzz.cpp:12:14: 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 | if (i%b = 0) {
| ^