Problem foodchain
User bestatchinesechess
Submission Time 2025-04-29 17:11:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cin’
6 | cin >> a >> b >> c >> d >> e;
| ^~~
foodchain.cpp:7:2: error: ‘power’ was not declared in this scope
7 | power = 1000000009;
| ^~~~~