# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
148553 | 2019-09-01T04:39:03 Z | Welcome to osu!(#3734, easrui, CodePlatina, jhwest2) | Wine Tasting (FXCUP4_wine) | C++17 | 10 ms | 644 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 | 644 KB | Wrong |
2 | Halted | 0 ms | 0 KB | - |