# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
151625 | 2019-09-03T22:03:35 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;}