How do I fix the comparison of this original list when compared to a sorted list?

前端 未结 0 679
走了就别回头了
走了就别回头了 2020-12-31 10:34

Objective: to compare the original list against the sorted list to see if they are the same and classify the behavior

l = []
for i in range(int(input())):
            


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