# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
150233 | 2019-09-01T07:56:52 Z | 还没编好(#3801, cauchysheep, fjzzq2002, apiad) | Wine Tasting (FXCUP4_wine) | C++17 | 9 ms | 644 KB |
#include "bartender.h" std::vector<int> BlendWines(int K, std::vector<int> R){ int N = R.size(); __int128 sb; return R; }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 9 ms | 644 KB | Wrong |
2 | Halted | 0 ms | 0 KB | - |