Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
78007 | 胡皓宇 | 陶陶摘苹果 | Python3 | Accepted | 33 MS | 3796 KB | 365 | 2024-06-16 09:21:07 |
a1,a2,a3,a4,a5,a6,a7,a8,a9,a10 = map(int,input().split()) t = int(input()) t30 = t+30 i = 0 if a1<=t30: i = i+1 if a2<=t30: i = i+1 if a3<=t30: i = i+1 if a4<=t30: i = i+1 if a5<=t30: i = i+1 if a6<=t30: i = i+1 if a7<=t30: i = i+1 if a8<=t30: i = i+1 if a9<=t30: i = i+1 if a10<=t30: i = i+1 print(i)