| Problem | foodchain |
|---|---|
| User | NeeNawAmbulance |
| Submission Time | 2023-06-25 09:35:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:60: error: expected ‘;’ before ‘ans’
7 | ans = (((D % 1000000009) * (E % 1000000009)) % 1000000009)
| ^
| ;
8 | ans = (((ans % 1000000009) * (C % 1000000009)) % 1000000009)
| ~~~