# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
149885 | 2019-09-01T07:20:39 Z | 준표야 함수컵은 캐리해줄거지?(#3588, Acka, spectaclehong, heiler) | King of Chairs (FXCUP4_chairs) | C++17 | 0 ms | 0 KB |
#include "king.h" long long SendInfo(std::vector<int> W, std::vector<int> C) { int N = W.size(); return W[0]*100 + W[1]*10 + W[2]*1; }