我用的是binary search
順便複習一下優化輸入輸出
無優化:NA40%
用cin,cout加入ios::sync_with_stdio(0);和cin.tie(0); :AC(0.5S,4.1MB)
用scanf,printf和puts :AC(0.7S,4.1MB)
加油!