【AtCoder】Beginner Contest 380-C.Move Segment题目链接You are given a string S S S of length N N N consisting of 0 and 1. Move the K K K-th 1-block from the beginning in S S S to immediately after the ( K − 1 ) (K-1) (K−1)-th 1-block, and print the resulting string.