結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー SchneeSchnee
提出日時 2021-12-24 22:08:21
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 332 ms / 2,000 ms
コード長 91 bytes
コンパイル時間 89 ms
コンパイル使用メモリ 11,696 KB
実行使用メモリ 49,024 KB
最終ジャッジ日時 2023-10-20 07:55:45
合計ジャッジ時間 8,856 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 28 ms
10,004 KB
testcase_01 AC 29 ms
10,004 KB
testcase_02 AC 27 ms
10,004 KB
testcase_03 AC 28 ms
10,048 KB
testcase_04 AC 32 ms
11,016 KB
testcase_05 AC 32 ms
11,016 KB
testcase_06 AC 33 ms
11,128 KB
testcase_07 AC 32 ms
11,088 KB
testcase_08 AC 33 ms
11,104 KB
testcase_09 AC 34 ms
11,264 KB
testcase_10 AC 34 ms
11,280 KB
testcase_11 AC 34 ms
11,128 KB
testcase_12 AC 28 ms
10,028 KB
testcase_13 AC 31 ms
10,056 KB
testcase_14 AC 28 ms
10,032 KB
testcase_15 AC 29 ms
10,024 KB
testcase_16 AC 29 ms
10,036 KB
testcase_17 AC 30 ms
10,032 KB
testcase_18 AC 29 ms
10,048 KB
testcase_19 AC 29 ms
10,032 KB
testcase_20 AC 29 ms
10,072 KB
testcase_21 AC 29 ms
10,048 KB
testcase_22 AC 28 ms
10,052 KB
testcase_23 AC 28 ms
10,036 KB
testcase_24 AC 28 ms
10,052 KB
testcase_25 AC 28 ms
10,056 KB
testcase_26 AC 29 ms
10,036 KB
testcase_27 AC 28 ms
10,052 KB
testcase_28 AC 28 ms
10,028 KB
testcase_29 AC 28 ms
10,048 KB
testcase_30 AC 28 ms
10,040 KB
testcase_31 AC 27 ms
10,036 KB
testcase_32 AC 139 ms
29,144 KB
testcase_33 AC 102 ms
22,216 KB
testcase_34 AC 204 ms
38,576 KB
testcase_35 AC 174 ms
35,184 KB
testcase_36 AC 195 ms
36,640 KB
testcase_37 AC 115 ms
25,064 KB
testcase_38 AC 115 ms
23,220 KB
testcase_39 AC 231 ms
41,248 KB
testcase_40 AC 150 ms
29,860 KB
testcase_41 AC 197 ms
38,920 KB
testcase_42 AC 131 ms
27,180 KB
testcase_43 AC 136 ms
27,148 KB
testcase_44 AC 174 ms
32,612 KB
testcase_45 AC 131 ms
27,840 KB
testcase_46 AC 234 ms
41,872 KB
testcase_47 AC 71 ms
18,452 KB
testcase_48 AC 131 ms
26,380 KB
testcase_49 AC 246 ms
43,604 KB
testcase_50 AC 142 ms
27,844 KB
testcase_51 AC 119 ms
25,364 KB
testcase_52 AC 266 ms
49,024 KB
testcase_53 AC 263 ms
49,024 KB
testcase_54 AC 328 ms
49,024 KB
testcase_55 AC 330 ms
49,024 KB
testcase_56 AC 332 ms
49,024 KB
testcase_57 AC 328 ms
49,024 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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