Open Leeee1111 opened 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)