Problem | foodchain |
---|---|
User | NeeNawAmbulance |
Submission Time | 2023-06-25 09:32:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:6:2: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
6 | ans = ((q % 1000000009) * (w % 1000000009) * (e % 1000000009) * (r % 1000000009) * (% 1000000009)) % 1000000009;
| ^~~
| abs
foodchain.cpp:6:87: error: expected primary-expression before ‘%’ token
6 | ans = ((q % 1000000009) * (w % 1000000009) * (e % 1000000009) * (r % 1000000009) * (% 1000000009)) % 1000000009;
| ^