| Problem | foodchain |
|---|---|
| User | JasonJ |
| Submission Time | 2025-11-12 14:16:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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: expected initializer before ‘cin’
5 | cin>>a>>b>>c>>d>>e>>x
| ^~~