Problem foodchain
User NeeNawAmbulance
Submission Time 2023-06-25 09:33:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function β€˜int main()’:
foodchain.cpp:6:97: error: expected primary-expression before β€˜%’ token
6 | long long ans = ((q % 1000000009) * (w % 1000000009) * (e % 1000000009) * (r % 1000000009) * (% 1000000009)) % 1000000009;
| ^