自己写的辣鸡代码记录一下 song_list = list(range(1,int(input())+1)) order = input() cur = [1,[1,2,3,4]] def go(order): global song_list if len(song_list)<=4: if o...