結果

問題 No.571 3人兄弟(その2)
ユーザー 👑 yumechiyumechi
提出日時 2017-10-06 23:30:26
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 69 ms / 2,000 ms
コード長 199 bytes
コンパイル時間 262 ms
コンパイル使用メモリ 87,208 KB
実行使用メモリ 71,456 KB
最終ジャッジ日時 2023-08-10 17:27:10
合計ジャッジ時間 2,095 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
71,268 KB
testcase_01 AC 68 ms
71,188 KB
testcase_02 AC 66 ms
71,456 KB
testcase_03 AC 68 ms
71,344 KB
testcase_04 AC 66 ms
71,360 KB
testcase_05 AC 65 ms
71,340 KB
testcase_06 AC 67 ms
71,448 KB
testcase_07 AC 68 ms
71,340 KB
testcase_08 AC 67 ms
71,304 KB
testcase_09 AC 67 ms
71,144 KB
testcase_10 AC 66 ms
71,424 KB
testcase_11 AC 68 ms
71,192 KB
testcase_12 AC 69 ms
71,260 KB
testcase_13 AC 68 ms
71,132 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print("\n".join([e[0]for e in sorted({"A":[int(i)for i in input().split()],"B":[int(i)for i in input().split()],"C":[int(i)for i in input().split()]}.items(),key=lambda x:(x[1][0],-x[1][1]))[::-1]]))
0