# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
28434 | 2017-07-16T05:49:28 Z | /*Sn*/(#1133, jjwdi0) | Bulb Game (FXCUP2_bulb) | C++11 | 0 ms | 0 KB |
#include "bulb.h" void init(int N) { } int MakeTurn(int M) { return M & 1 ? M + 1 : M - 1; }