https://atcoder.jp/contests/arc215/tasks/arc215_a
最优策略一定是先在两只僵尸中间放若干次,再交替在道路两端放。把相邻两只僵尸的距离降序排序,枚举做几次操作 1 即可。