Submission #247108

#TimeUsernameProblemLanguageResultExecution timeMemory
247108dwscWine Tasting (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...