-
个人简介
a=list(map(int,input().split())) n=len(a) for i in range(n): a[i]=[a[i],-1] head=0 q=e=0;j=1 while True: if a[j] <= a[head]: a[j][1]=head head=j elif a[head][1] == -1: a[head][1]=j else: q=head;e=a[q][1] while a[q][1] != 1:
-
最近活动
This person is lazy and didn't join any contests or homework.