| Problem | foodchain |
|---|---|
| User | hitarthdangra |
| Submission Time | 2026-02-19 18:20:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:11:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | ans = A*B*C*D*E
| ^~~
| abs
foodchain.cpp:13:13: error: expected ‘}’ at end of input
13 | cout << ans;
| ^
foodchain.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^