如果要用cin cout
記得加上
ios_base::sync_with_stdio(false); cin.tie(NULL);
不然就用printf 跟 scanf 才會過。
至於要怎麼分可以直接用bit去看比較快