結果
| 問題 |
No.1380 Borderline
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-02-08 13:25:35 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 197 bytes |
| コンパイル時間 | 76 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 10,880 KB |
| 最終ジャッジ日時 | 2024-07-05 16:05:14 |
| 合計ジャッジ時間 | 2,322 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 41 |
ソースコード
f=lambda:map(int,input().split()) n,k=f() *a,=f() b=list(set(sorted(a)))[::-1] m=0 for i in b: s=[t for t in a if t>=i] print(s) if len(s)>k: print(m) break else: m=len(s) else: print(n)