Problem | foodchain |
---|---|
User | Usu |
Submission Time | 2025-08-08 19:28:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:26: error: expected initializer before ‘>>’ token
7 | unsigned long long a >> b >> c >> d >> e;
| ^~
foodchain.cpp:8:16: error: ‘a’ was not declared in this scope
8 | cout << ((((((a % 1000000009) * (b% 1000000009)) % 1000000009) * (c% 1000000009)) % 1000000009) * (d% 1000000009)) % 1000000009;
| ^
foodchain.cpp:8:35: error: ‘b’ was not declared in this scope
8 | cout << ((((((a % 1000000009) * (b% 1000000009)) % 1000000009) * (c% 1000000009)) % 1000000009) * (d% 1000000009)) % 1000000009;
| ^
foodchain.cpp:8:68: error: ‘c’ was not declared in this scope
8 | cout << ((((((a % 1000000009) * (b% 1000000009)) % 1000000009) * (c% 1000000009)) % 1000000009) * (d% 1000000009)) % 1000000009;
|