Leeee1111 / testjudge-asia

0 stars 0 forks source link

B0403 陶陶摘蘋果 #18

Open Leeee1111 opened 1 month ago

Leeee1111 commented 1 month ago
a=list(map(int,input().split()))
b=int(input())
c=0
for i in range(10):
    if b+30>=a[i]:
        c+=1
print(c)