結果
問題 | No.571 3人兄弟(その2) |
ユーザー |
|
提出日時 | 2018-03-01 00:59:31 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 34 ms / 2,000 ms |
コード長 | 150 bytes |
コンパイル時間 | 105 ms |
コンパイル使用メモリ | 12,800 KB |
実行使用メモリ | 10,496 KB |
最終ジャッジ日時 | 2024-12-23 04:21:45 |
合計ジャッジ時間 | 1,305 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 12 |
ソースコード
d=dict(zip([x+(100-y)/1000 for x,y in [map(int,input().split()) for i in'.'*3]],['A','B','C']))for i in sorted(d.items(),reverse=True):print(i[1])