# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
148553 | 2019-09-01T04:39:03 Z | Welcome to osu!(#3734, easrui, CodePlatina, jhwest2) | 포도주 시음 (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
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 10 ms | 644 KB | Wrong |
2 | Halted | 0 ms | 0 KB | - |