Problem | foodchain |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 13:15:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:30: error: expected ‘;’ before ‘}’ token
7 | cout << a*b*c*d*e%1000000009
| ^
| ;
8 | }
| ~