Problem fizzbuzz
User Maskaphobia
Submission Time 2024-02-06 13:33:08
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:10:31: error: expected ‘;’ before ‘}’ token
10 | cout << "FizzBuzz" << endl
| ^
| ;
11 | }
| ~
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) {
| ^