Problem | foodchain |
---|---|
User | bestatchinesechess |
Submission Time | 2025-04-29 17:10:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:9: error: ‘a’ was not declared in this scope
5 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:5:14: error: ‘b’ was not declared in this scope
5 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:5:19: error: ‘c’ was not declared in this scope
5 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:5:24: error: ‘d’ was not declared in this scope
5 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:5:29: error: ‘e’ was not declared in this scope
5 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:2: error: ‘power’ was not declared in this scope
6 | power = 1000000009;
| ^~~~~