結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー SchneeSchnee
提出日時 2021-12-24 23:57:57
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 381 ms / 2,000 ms
コード長 82 bytes
コンパイル時間 453 ms
コンパイル使用メモリ 11,744 KB
実行使用メモリ 37,144 KB
最終ジャッジ日時 2023-10-20 07:57:14
合計ジャッジ時間 9,398 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 28 ms
10,008 KB
testcase_01 AC 27 ms
10,008 KB
testcase_02 AC 28 ms
10,008 KB
testcase_03 AC 27 ms
10,024 KB
testcase_04 AC 32 ms
10,528 KB
testcase_05 AC 32 ms
10,528 KB
testcase_06 AC 32 ms
10,580 KB
testcase_07 AC 32 ms
10,580 KB
testcase_08 AC 32 ms
10,596 KB
testcase_09 AC 33 ms
10,704 KB
testcase_10 AC 33 ms
10,664 KB
testcase_11 AC 31 ms
10,612 KB
testcase_12 AC 27 ms
10,016 KB
testcase_13 AC 27 ms
10,028 KB
testcase_14 AC 28 ms
10,016 KB
testcase_15 AC 28 ms
10,012 KB
testcase_16 AC 27 ms
10,020 KB
testcase_17 AC 27 ms
10,016 KB
testcase_18 AC 26 ms
10,024 KB
testcase_19 AC 27 ms
10,016 KB
testcase_20 AC 28 ms
10,032 KB
testcase_21 AC 27 ms
10,024 KB
testcase_22 AC 26 ms
10,028 KB
testcase_23 AC 28 ms
10,020 KB
testcase_24 AC 26 ms
10,028 KB
testcase_25 AC 27 ms
10,028 KB
testcase_26 AC 27 ms
10,020 KB
testcase_27 AC 27 ms
10,028 KB
testcase_28 AC 28 ms
10,016 KB
testcase_29 AC 27 ms
10,028 KB
testcase_30 AC 26 ms
10,020 KB
testcase_31 AC 27 ms
10,020 KB
testcase_32 AC 131 ms
19,712 KB
testcase_33 AC 109 ms
17,380 KB
testcase_34 AC 186 ms
25,172 KB
testcase_35 AC 163 ms
24,420 KB
testcase_36 AC 199 ms
25,164 KB
testcase_37 AC 119 ms
18,252 KB
testcase_38 AC 118 ms
18,128 KB
testcase_39 AC 214 ms
26,164 KB
testcase_40 AC 145 ms
20,160 KB
testcase_41 AC 197 ms
25,252 KB
testcase_42 AC 138 ms
19,600 KB
testcase_43 AC 151 ms
20,096 KB
testcase_44 AC 192 ms
23,868 KB
testcase_45 AC 146 ms
19,728 KB
testcase_46 AC 224 ms
26,524 KB
testcase_47 AC 73 ms
14,776 KB
testcase_48 AC 141 ms
19,600 KB
testcase_49 AC 241 ms
27,192 KB
testcase_50 AC 133 ms
19,208 KB
testcase_51 AC 120 ms
18,320 KB
testcase_52 AC 276 ms
30,348 KB
testcase_53 AC 271 ms
30,348 KB
testcase_54 AC 374 ms
37,144 KB
testcase_55 AC 379 ms
37,140 KB
testcase_56 AC 374 ms
37,144 KB
testcase_57 AC 381 ms
37,144 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i in sorted(dict(j.split()for j in open(0).readlines()[1:]).items()):print(*i)
0