List Index out of bounds appears while slicing the list

前端 未结 0 812
臣服心动
臣服心动 2021-01-30 14:29
enter code here

n = int(input())
ideal = list(map(int, input().split()))
call = list(map(int, input().split()))

ideallen = len(ideal)-1
timer = 0
i = 0

while i

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题