Problem | foodchain |
---|---|
User | Andrew |
Submission Time | 2024-11-03 19:27:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:4:2: error: ‘cin’ was not declared in this scope
4 | cin >> A >> B >> C >> D >> E;
| ^~~
foodchain.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << (A*B*C*D*E) % 1000000009;
| ^~~~