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


x__1 (~7年級~破防之頌_500題了)

學校 : 臺北市立麗山國中
編號 : 294220
來源 : [118.160.33.109]
最後登入時間 :
2025-01-02 19:49:37
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