Run ID:78012
提交时间:2024-06-16 09:31:46
a=list (map(int,input().split())) h=int(input()) s=0 for i in range(0,10): if a[i]<=h+30: s+=1 print(s)