Problem foodchain
User Soysauce
Submission Time 2024-03-22 16:38:18
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:5:1: error: ‘cin’ was not declared in this scope
5 | cin>>a>>b>>c>>d>>e;
| ^~~
foodchain.cpp:17:1: error: ‘cout’ was not declared in this scope
17 | cout<<gyat;
| ^~~~