卬高杯
提出id | 提出時刻 | ユーザー名 | 問題 | 言語 | 判定状況 | 判定 | 実行時間 |
---|---|---|---|---|---|---|---|
114726 | 2023-10-24 07:16:00 | n_o_n_o_n | D | python | 17/17 | AC | 74 |
n = int(input())
h = list(map(float, input().split()))
ans = []
for i in range(n):
if h[i] >= 170.0:
ans.append('Yes')
else:
ans.append('No')
print(*ans)
sample1.txt AC 16 sample2.txt AC 18 sample3.txt AC 17 case1.txt AC 74 case2.txt AC 53 case3.txt AC 54 case4.txt AC 56 case5.txt AC 46 case6.txt AC 59 case7.txt AC 31 case8.txt AC 71 case9.txt AC 67 case10.txt AC 61 case11.txt AC 15 case12.txt AC 17 case13.txt AC 26 case14.txt AC 53 74 AC