I am not able to find the error in this code . Problem is to cylindrically rotate an array by one

后端 未结 0 1656
说谎
说谎 2020-12-20 12:12
t= int(input())
while t>0:
    
    n =int(input())
    a =list(map(int,input().strip().split()))
    if n==1:
        print(a[0])
        
    else:
        c= [         


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