Problem foodchain
User NotTYR
Submission Time 2025-11-12 10:37:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function β€˜int main()’:
foodchain.cpp:9:12: error: expected primary-expression before β€˜||’ token
9 | if (a==0) || (b==0) || (c==0) || (d==0) || (e==0) {
| ^~