Problem | foodchain |
---|---|
User | Zera |
Submission Time | 2024-01-09 08:45:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:83: error: expected ‘;’ before ‘cout’
9 | melk = (a%1000000009)*(b%1000000009)*(c%1000000009)*(d%1000000009)*(e%1000000009)
| ^
| ;
10 | cout << melk%1000000009;
| ~~~~