Problem fizzbuzz
User anna15
Submission Time 2024-04-27 09:31:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:20: error: lvalue required as left operand of assignment
10 | }else if (i % A =0){
| ^