Problem foodchain
User Reality1001
Submission Time 2024-01-31 13:18:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:8: error: expected initializer before ‘==’ token
8 | int A == a%1000000009;
| ^~
foodchain.cpp:9:8: error: expected initializer before ‘==’ token
9 | int B == d%1000000009;
| ^~
foodchain.cpp:10:8: error: expected initializer before ‘==’ token
10 | int C == c%1000000009;
| ^~
foodchain.cpp:11:8: error: expected initializer before ‘==’ token
11 | int D == d%1000000009;
| ^~
foodchain.cpp:12:8: error: expected initializer before ‘==’ token
12 | int E == e%1000000009;
| ^~