結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー SchneeSchnee
提出日時 2021-12-24 22:15:54
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 312 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 768 ms
コンパイル使用メモリ 81,700 KB
実行使用メモリ 127,848 KB
最終ジャッジ日時 2023-10-20 07:56:05
合計ジャッジ時間 10,271 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 37 ms
53,308 KB
testcase_01 AC 37 ms
53,308 KB
testcase_02 AC 37 ms
53,308 KB
testcase_03 AC 38 ms
53,308 KB
testcase_04 AC 62 ms
70,496 KB
testcase_05 AC 61 ms
70,556 KB
testcase_06 AC 60 ms
70,556 KB
testcase_07 AC 60 ms
70,556 KB
testcase_08 AC 61 ms
70,556 KB
testcase_09 AC 61 ms
72,604 KB
testcase_10 AC 64 ms
72,604 KB
testcase_11 AC 60 ms
70,556 KB
testcase_12 AC 37 ms
53,356 KB
testcase_13 AC 39 ms
53,356 KB
testcase_14 AC 38 ms
53,356 KB
testcase_15 AC 38 ms
53,356 KB
testcase_16 AC 37 ms
53,356 KB
testcase_17 AC 38 ms
53,356 KB
testcase_18 AC 37 ms
53,356 KB
testcase_19 AC 37 ms
53,356 KB
testcase_20 AC 37 ms
53,356 KB
testcase_21 AC 38 ms
53,356 KB
testcase_22 AC 38 ms
53,356 KB
testcase_23 AC 37 ms
53,356 KB
testcase_24 AC 38 ms
53,356 KB
testcase_25 AC 39 ms
53,356 KB
testcase_26 AC 38 ms
53,356 KB
testcase_27 AC 38 ms
53,356 KB
testcase_28 AC 36 ms
53,356 KB
testcase_29 AC 37 ms
53,356 KB
testcase_30 AC 37 ms
53,356 KB
testcase_31 AC 37 ms
53,356 KB
testcase_32 AC 159 ms
96,968 KB
testcase_33 AC 127 ms
92,276 KB
testcase_34 AC 215 ms
113,144 KB
testcase_35 AC 198 ms
106,908 KB
testcase_36 AC 215 ms
112,316 KB
testcase_37 AC 142 ms
95,708 KB
testcase_38 AC 135 ms
94,124 KB
testcase_39 AC 237 ms
118,024 KB
testcase_40 AC 155 ms
98,768 KB
testcase_41 AC 209 ms
114,808 KB
testcase_42 AC 152 ms
95,968 KB
testcase_43 AC 148 ms
97,816 KB
testcase_44 AC 192 ms
104,932 KB
testcase_45 AC 153 ms
95,912 KB
testcase_46 AC 231 ms
120,152 KB
testcase_47 AC 96 ms
83,492 KB
testcase_48 AC 159 ms
98,348 KB
testcase_49 AC 249 ms
123,304 KB
testcase_50 AC 144 ms
94,064 KB
testcase_51 AC 137 ms
94,916 KB
testcase_52 AC 262 ms
120,308 KB
testcase_53 AC 261 ms
120,292 KB
testcase_54 AC 309 ms
127,844 KB
testcase_55 AC 312 ms
127,848 KB
testcase_56 AC 310 ms
127,836 KB
testcase_57 AC 311 ms
127,840 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

l=dict(i.split()for i in open(0).readlines()[1:])
for i in sorted(l.keys()):print(i,l[i])
0