# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
150615 | 2019-09-01T08:43:41 Z | =SUM(D1:D9)(#3629, ydk1104, stet_stet, Hyperbolic) | 포도주 시음 (FXCUP4_wine) | C++17 | 10 ms | 908 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 | 908 KB | Wrong |
2 | Halted | 0 ms | 0 KB | - |