| Problem | foodchain |
|---|---|
| User | SJY123 |
| Submission Time | 2023-12-04 22:22:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:2: error: expected initializer before ‘cin’
10 | cin >> A >> B >> C >> D >> E;
| ^~~
foodchain.cpp:16:6: error: ‘E’ was not declared in this scope
16 | e = E % 1000000009;
| ^