Problem | foodchain |
---|---|
User | isaackhong |
Submission Time | 2024-02-18 18:07:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:31: error: expected ‘;’ before ‘cout’
7 | p = (a*b*c*d*e)%1000000009
| ^
| ;
8 | cout << p << "\n";
| ~~~~