Problem foodchain
User braven
Submission Time 2025-04-29 16:50:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:19:35: error: expected ‘;’ before ‘return’
19 | cout << (a*b*c*d*e)%((10^9)+9)
| ^
| ;
20 | return 0;
| ~~~~~~