# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
153261 | 2019-09-13T05:42:30 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; }