#44922: 我還是不要亂搞好了


x__1 (麗山の間諜)

學校 : 臺北市私立延平高級中學
編號 : 294220
來源 : [118.160.61.232]
最後登入時間 :
2025-04-06 18:06:43
d046. 文文採西瓜 -- 板橋高中教學題 | From: [111.248.229.212] | 發表日期 : 2024-12-25 18:02

from bisect import bisect_left
a=input()
b=sorted(list(map(int,input().split())))
print(bisect_left(b,11))
 
ZeroJudge Forum