ログイン
新規登録
AtsuoCoder Waseda Tour Finals 2025
読込中…
Home
Tasks
Clar
Submissions
Standings
提出 06552481-aaf5-440a-a0fc-4c934893c105
コード
import math def main(): n,d = map(int,input().split()) a = list(map(int,input().split())) count = 0 for x in a: if x >= d: count += 1 return main()
結果
問題
点数
言語
結果
実行時間
メモリ
D - Deletion
0
Python3
WA
34 ms
17880 KiB