# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
150615 | 2019-09-01T08:43:41 Z | =SUM(D1:D9)(#3629, ydk1104, stet_stet, Hyperbolic) | Wine Tasting (FXCUP4_wine) | C++17 | 10 ms | 908 KB |
#include "bartender.h" std::vector<int> BlendWines(int K, std::vector<int> R){ int N = R.size(); return R; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 10 ms | 908 KB | Wrong |
2 | Halted | 0 ms | 0 KB | - |