Problem | foodchain |
---|---|
User | Thetissuebix |
Submission Time | 2025-06-16 23:49:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:5:22: error: expected ‘;’ before ‘cout’
5 | cin >> A, B, C, D, E
| ^
| ;
6 | cout << (A%1000000009)*(B%1000000009)*(C%1000000009)*(D%1000000009)*(E%1000000009)%1000000009
| ~~~~