Problem | foodchain |
---|---|
User | Zera |
Submission Time | 2024-02-10 17:34:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp:3:21: error: expected initializer before numeric constant
3 | const long long MOD 1000000009;
| ^~~~~~~~~~
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:17: error: ‘MOD’ was not declared in this scope
7 | f =(((((((a%MOD*b%MOD)%MOD)*c%MOD)%MOD)*d%MOD)%MOD)*e%MOD)%MOD;
| ^~~