Problem | foodchain |
---|---|
User | taqtru |
Submission Time | 2024-12-01 23:47:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:2: error: ‘ll’ was not declared in this scope
5 | ll a,b,c,d,e;
| ^~
foodchain.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:14: error: ‘b’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:19: error: ‘c’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:24: error: ‘d’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^
foodchain.cpp:6:29: error: ‘e’ was not declared in this scope
6 | cin >> a >> b >> c >> d >> e;
| ^