# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
150678 | 코딩은 체육과목입니다 (#200) | Wine Tasting (FXCUP4_wine) | C++17 | 11 ms | 1040 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "bartender.h"
std::vector<int> BlendWines(int K, std::vector<int> R){
return R;
}
#include "taster.h"
std::vector<int> SortWines(int K, std::vector<int> A) {
return A;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |