Run ID:132452
提交时间:2025-10-08 14:08:13
apples=input().split() for i in range(10): apples[i]=int(apples[i]) x=0 h=int (input()) for i in range(10): if apples[i]<=h+30: x=x+1 print(x)