Problem foodchain
User dayeetmaster
Submission Time 2024-01-31 15:58:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:7: error: expected primary-expression before ‘=’ token
9 | C=C% = 1000000009;
| ^
foodchain.cpp:10:7: error: expected primary-expression before ‘=’ token
10 | D=D% = 1000000009;
| ^
foodchain.cpp:11:7: error: expected primary-expression before ‘=’ token
11 | E=E% = 1000000009;
| ^
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;
| ^~~~~~~~~~