結果

問題 No.570 3人兄弟(その1)
ユーザー 👑 yumechiyumechi
提出日時 2017-10-06 23:16:25
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 125 bytes
コンパイル時間 275 ms
コンパイル使用メモリ 87,136 KB
実行使用メモリ 71,544 KB
最終ジャッジ日時 2023-08-10 17:25:09
合計ジャッジ時間 1,402 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 67 ms
71,400 KB
testcase_01 AC 69 ms
71,404 KB
testcase_02 AC 66 ms
71,156 KB
testcase_03 AC 65 ms
71,324 KB
testcase_04 AC 64 ms
71,268 KB
testcase_05 AC 64 ms
71,544 KB
testcase_06 AC 72 ms
71,508 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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