| Problem | foodchain |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-05-26 21:28:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: ‘int64’ was not declared in this scope; did you mean ‘int64_t’?
6 | int64 a,b,c,d,e;
| ^~~~~
| int64_t
foodchain.cpp:7:12: error: ‘a’ was not declared in this scope
7 | cin >> a>>b>>c>>d>>e;
| ^
foodchain.cpp:7:15: error: ‘b’ was not declared in this scope
7 | cin >> a>>b>>c>>d>>e;
| ^
foodchain.cpp:7:18: error: ‘c’ was not declared in this scope
7 | cin >> a>>b>>c>>d>>e;
| ^
foodchain.cpp:7:21: error: ‘d’ was not declared in this scope
7 | cin >> a>>b>>c>>d>>e;
| ^
foodchain.cpp:7:24: error: ‘e’ was not declared in this scope
7 | cin >> a>>b>>c>>d>>e;
|