結果
| 問題 | No.586 ダブルブッキング | 
| コンテスト | |
| ユーザー |  Schnee | 
| 提出日時 | 2019-10-23 00:12:00 | 
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 152 bytes | 
| コンパイル時間 | 313 ms | 
| コンパイル使用メモリ | 12,544 KB | 
| 実行使用メモリ | 10,880 KB | 
| 最終ジャッジ日時 | 2024-07-05 04:33:29 | 
| 合計ジャッジ時間 | 811 ms | 
| ジャッジサーバーID (参考情報) | judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 3 WA * 2 | 
ソースコード
i,ip=int,input son, n, w = i(ip())+i(ip()), i(ip()), 0 book = sorted([i(ip()) for _ in range(n)]) for j in book:w += 1 - 1/book.count(j) print(i(w)*son)
