a=[[1,3],[1,0],[7,1],[4,5],[1,-1],[6,4]]
x=1 p=head=2
if x==a[p][0]:
head=a[p][1]
else:
while p!=-1:
a[pre][1]=a[p][1]
pre=p p=a[p][1]
运行该段程序后,a[2][1]的值为( )