Problem foodchain
User Skyblur7
Submission Time 2024-02-22 08:55:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^~~
foodchain.cpp:16:2: error: ‘cout’ was not declared in this scope
16 | cout<<dum;
| ^~~~