結果
問題 | No.1380 Borderline |
ユーザー |
|
提出日時 | 2021-03-05 10:05:21 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 30 ms / 2,000 ms |
コード長 | 186 bytes |
コンパイル時間 | 244 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-06 05:22:36 |
合計ジャッジ時間 | 2,985 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 4 |
other | AC * 41 |
ソースコード
#yuki1380n,k=map(int,input().split())p=list(map(int,input().split()))s=sorted(p,reverse=True)+[-1]*400res=k-1while k>0:if s[k]!=s[k-1]:print(k)exit()else:k-=1print(0)