結果
| 問題 | No.1387 Mitarushi's Remodeling |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-02-05 21:20:37 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 139 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 96,240 KB |
| 実行使用メモリ | 127,544 KB |
| 最終ジャッジ日時 | 2026-08-04 00:32:47 |
| 合計ジャッジ時間 | 15,602 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 67 |
ソースコード
n, k = map(int, input().split()) m = [int(i) for i in input().split()] assert 1 <= k < n <= 5*10**5 assert 1 <= min(m) and max(m) <= 10**9