# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
333400 | 2020-12-05T20:43:49 Z | blue | Rice Hub (IOI11_ricehub) | C++11 | 0 ms | 0 KB |
#include "ricehub.h" #include <vector> long long besthub(int R, int L, vector<int> X, long long B) { return B; }