How to update the array value and perform the same operation for the new values

前端 未结 0 1613
死守一世寂寞
死守一世寂寞 2020-12-09 19:10
import math
t=int(input())
for i in range(0,t):
    n,x=map(int,input().split())
    arr=list(map(int,input().split()))[:n]
    if x>=n:
        for i in range(0,         


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