# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
153152 | 2019-09-12T15:31:26 Z | phpark | 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 1; }