結果
問題 | No.570 3人兄弟(その1) |
ユーザー |
![]() |
提出日時 | 2019-11-01 21:21:36 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 157 bytes |
コンパイル時間 | 85 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-09-14 22:51:48 |
合計ジャッジ時間 | 823 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 2 |
other | RE * 5 |
ソースコード
s = [int(input()) for i in range(3)]keys = ['A', 'B', 'C']s_dict=dict(zip(key,s))for k,v in sorted(s_dict.items(), key=lambda x :x[1]):print(str(k))