제출 #247108

#제출 시각아이디문제언어결과실행 시간메모리
247108dwsc포도주 시음 (FXCUP4_wine)C++17
4 / 100
11 ms1048 KiB
#include <bits/stdc++.h>
#include "bartender.h"
using namespace std;
std::vector<int> BlendWines(int K, std::vector<int> R){
	return R;
}
#include <bits/stdc++.h>
#include "taster.h"
using namespace std;
std::vector<int> SortWines(int K, std::vector<int> A) {
	return A;
}
#Verdict Execution timeMemoryGrader output
Fetching results...