Problem | foodchain |
---|---|
User | AvMLim |
Submission Time | 2025-06-16 20:57:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp:3:7: error: ‘MOD’ does not name a type
3 | const MOD=1e9+9;
| ^~~
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:10: error: ‘MOD’ was not declared in this scope
7 | o=(o*a)%MOD;
| ^~~