# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
153159 | 2019-09-12T15:46:16 Z | phpark | King of Chairs (FXCUP4_chairs) | C++17 | 0 ms | 0 KB |
#include "king.h" using namespace std; long long SendInfo(vector <int> W, vector <int> C) { return 1; }