head=2;p=head;m=c[head][0]
while :
if c[p][0]<m:
m=c[p][0]
print(m)
上述程序段中方框处可选代码为:①p!=-1 ②c[p][1]!=-1 ③p=p+1 ④p=c[p][1]
则程序段中(1)、(2)处代码依次为( )