Problem | foodchain |
---|---|
User | CrackingCodes |
Submission Time | 2024-03-01 14:24:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:6:7: error: ‘a’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:13: error: ‘c’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:16: error: ‘d’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^
foodchain.cpp:6:19: error: ‘e’ was not declared in this scope
6 | cin>>a>>b>>c>>d>>e;
| ^