# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
151623 | 2019-09-03T22:02:31 Z | thebes | King of Chairs (FXCUP4_chairs) | C++17 | 0 ms | 0 KB |
#include <bits/stdc++.h> #include "king.h" using namespace std; typedef long long ll; typedef pair<int,int> pii; typedef vector<int> vi; multiset<int> s; vi id[1000006]; ll SendInfo(vi W,vi C){return 0;}