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