list1 = [1, 6, 20, 18, 16, 9]
list2 = [6, 2, 13, 3, 5]
a1 = max(list1) + len (list2)
a2 = list1[3] // list2[3]
ans=a1%a2
print (ans)
执行该程序段后显示的内容是( )