Problem | foodchain |
---|---|
User | ilovepythonandhatecplusplus |
Submission Time | 2024-03-01 15:18:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:7: error: expected ‘;’ before ‘:>’ token
6 | cin>>a:>>" ">>b>>" ">>c>>" ":>>d>>" ">>e>>' ';
| ^~
| ;
foodchain.cpp:15:11: error: expected ‘}’ at end of input
15 | cout<<gyat;
| ^
foodchain.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^