Problem | foodchain |
---|---|
User | Usu |
Submission Time | 2025-08-08 19:27:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
foodchain.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
foodchain.cpp:4:26: error: expected initializer before ‘>>’ token
4 | unsigned long long a >> b >> c >> d >> e;
| ^~
foodchain.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << ((((((a % 1000000009) * b) % 1000000009) * c) % 1000000009) * d) % 1000000009
| ^~~~
foodchain.cpp:5:16: error: ‘a’ was not declared in this scope
5 | cout << ((((((a % 1000000009) * b) % 1000000009) * c) % 1000000009) * d) % 1000000009
| ^
foodchain.cpp:5:34: error: ‘b’ was not declared in this scope
5 | cout << ((((((a % 1000000009) * b) % 100000