秋祭 | 静岡高校工学部



卬高杯


提出詳細

提出id提出時刻ユーザー名問題言語判定状況判定実行時間
1147262023-10-24 07:16:00n_o_n_o_nDpython17/17AC74

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