| Problem | foodchain |
|---|---|
| User | JasonJ |
| Submission Time | 2025-11-12 14:17:33 |
| 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: ‘cin’ was not declared in this scope
5 | cin <<a<<b<<c<<d<<e<<x;
| ^~~
foodchain.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout >> x;
| ^~~~