結果
問題 |
No.571 3人兄弟(その2)
|
ユーザー |
|
提出日時 | 2018-03-01 00:56:37 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 144 bytes |
コンパイル時間 | 372 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-12-23 04:17:01 |
合計ジャッジ時間 | 1,486 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | AC * 4 WA * 8 |
ソースコード
d=dict(zip([x+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])