Problem | foodchain |
---|---|
User | NeeNawAmbulance |
Submission Time | 2023-06-25 09:33:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^