Problem | foodchain |
---|---|
User | OWWHED |
Submission Time | 2023-01-07 12:47:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a;
| ^~~
foodchain.cpp:10:2: error: ‘cout’ was not declared in this scope
10 | cout << ((a*b)%m)*((c*d)%m)*e;
| ^~~~