| Problem | foodchain |
|---|---|
| User | dayeetmaster |
| Submission Time | 2024-01-31 15:56:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:9: error: lvalue required as left operand of assignment
12 | A*B %= 1000000009;
| ^~~~~~~~~~
foodchain.cpp:13:11: error: lvalue required as left operand of assignment
13 | A*B*C %= 1000000009;
| ^~~~~~~~~~
foodchain.cpp:14:13: error: lvalue required as left operand of assignment
14 | A*B*C*D %= 1000000009;
| ^~~~~~~~~~
foodchain.cpp:15:15: error: lvalue required as left operand of assignment
15 | A*B*C*D*E %= 1000000009;
| ^~~~~~~~~~