Problem | foodchain |
---|---|
User | Slayer555 |
Submission Time | 2023-12-06 15:29:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:5: error: expected ‘;’ before ‘A’
5 | cin A >> B >> C >> D >> E;
| ^~
| ;
foodchain.cpp:7:10: error: ‘s’ was not declared in this scope
7 | cout << s;
| ^