Problem foodchain
User Lucas
Submission Time 2023-12-04 14:57:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:16:5: error: expected ‘;’ before ‘a’
16 | cin a >> b >> c >> d >> e;
| ^~
| ;