Problem | foodchain |
---|---|
User | YH |
Submission Time | 2024-02-12 12:24:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:21: error: expected unqualified-id before ‘=’ token
9 | unsigned long long = pow(10, 9) + 9;
| ^
foodchain.cpp:13:36: error: ‘f’ was not declared in this scope
13 | cout << (e * (d * (c * (b * (a) % f) % f) % f) % f) % f;
| ^