| Problem | foodchain |
|---|---|
| User | gOrDoN |
| Submission Time | 2026-03-25 17:31:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:33: error: expected ‘;’ before ‘cout’
10 | cin >> a >> b >> c >> d >> e
| ^
| ;
11 | cout << a*b*c*d*e % 1000000009
| ~~~~