Problem foodchain
User etrfygt7
Submission Time 2026-01-28 17:09:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:7: error: variable or field ‘A’ declared void
4 | void A,B,C,D,E;
| ^
foodchain.cpp:4:9: error: variable or field ‘B’ declared void
4 | void A,B,C,D,E;
| ^
foodchain.cpp:4:11: error: variable or field ‘C’ declared void
4 | void A,B,C,D,E;
| ^
foodchain.cpp:4:13: error: variable or field ‘D’ declared void
4 | void A,B,C,D,E;
| ^
foodchain.cpp:4:15: error: variable or field ‘E’ declared void
4 | void A,B,C,D,E;
| ^
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 th