s="012345"
lst=["6","7","8","9"]
dic={"018":1,"028":2,"029":3,"039":4}
print(dic[s[:4:2]+lst[3]])
该程序运行后的输出结果为:( )