| Problem | foodchain |
|---|---|
| User | Unique |
| Submission Time | 2026-04-22 16:57:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:11: error: redeclaration of ‘long long int x’
12 | long long x = b*c % 1000000009;
| ^
foodchain.cpp:11:11: note: ‘long long int x’ previously declared here
11 | long long x = a * b % 1000000009;
| ^
foodchain.cpp:13:11: error: redeclaration of ‘long long int x’
13 | long long x = c*d % 1000000009;
| ^
foodchain.cpp:11:11: note: ‘long long int x’ previously declared here
11 | long long x = a * b % 1000000009;
| ^
foodchain.cpp:14:11: error: redeclaration of ‘long long int x’
14 | long long x = d*e % 1000000009;
| ^
foodchain.cpp:11:11: note: ‘long long int x’ previously declared here
11 | long long x = a * b % 1000000009;
| ^