Problem foodchain
User PlayVoltz
Submission Time 2023-05-19 23:31:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘cin’
7 | cin>>a>>b>>c>>d>>e;
| ^~~