結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー SchneeSchnee
提出日時 2021-12-24 22:15:54
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 288 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 391 ms
コンパイル使用メモリ 82,552 KB
実行使用メモリ 128,652 KB
最終ジャッジ日時 2024-09-20 03:25:24
合計ジャッジ時間 8,863 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
53,024 KB
testcase_01 AC 34 ms
53,584 KB
testcase_02 AC 36 ms
52,188 KB
testcase_03 AC 37 ms
52,268 KB
testcase_04 AC 60 ms
70,428 KB
testcase_05 AC 57 ms
71,308 KB
testcase_06 AC 58 ms
72,188 KB
testcase_07 AC 57 ms
70,920 KB
testcase_08 AC 57 ms
71,020 KB
testcase_09 AC 58 ms
72,196 KB
testcase_10 AC 58 ms
71,924 KB
testcase_11 AC 57 ms
71,780 KB
testcase_12 AC 36 ms
52,472 KB
testcase_13 AC 36 ms
54,532 KB
testcase_14 AC 35 ms
52,832 KB
testcase_15 AC 36 ms
52,144 KB
testcase_16 AC 38 ms
52,880 KB
testcase_17 AC 37 ms
52,620 KB
testcase_18 AC 35 ms
53,056 KB
testcase_19 AC 35 ms
52,628 KB
testcase_20 AC 36 ms
53,524 KB
testcase_21 AC 34 ms
53,580 KB
testcase_22 AC 35 ms
53,944 KB
testcase_23 AC 35 ms
52,992 KB
testcase_24 AC 34 ms
53,032 KB
testcase_25 AC 36 ms
53,336 KB
testcase_26 AC 36 ms
53,752 KB
testcase_27 AC 35 ms
53,028 KB
testcase_28 AC 34 ms
52,272 KB
testcase_29 AC 35 ms
53,316 KB
testcase_30 AC 36 ms
53,484 KB
testcase_31 AC 36 ms
52,860 KB
testcase_32 AC 138 ms
97,504 KB
testcase_33 AC 122 ms
92,796 KB
testcase_34 AC 190 ms
113,728 KB
testcase_35 AC 172 ms
107,576 KB
testcase_36 AC 198 ms
113,060 KB
testcase_37 AC 132 ms
96,180 KB
testcase_38 AC 129 ms
94,524 KB
testcase_39 AC 216 ms
118,836 KB
testcase_40 AC 147 ms
99,520 KB
testcase_41 AC 199 ms
115,728 KB
testcase_42 AC 132 ms
96,512 KB
testcase_43 AC 146 ms
98,396 KB
testcase_44 AC 184 ms
105,360 KB
testcase_45 AC 143 ms
96,640 KB
testcase_46 AC 220 ms
120,888 KB
testcase_47 AC 93 ms
83,940 KB
testcase_48 AC 144 ms
98,928 KB
testcase_49 AC 235 ms
123,764 KB
testcase_50 AC 142 ms
94,576 KB
testcase_51 AC 132 ms
95,444 KB
testcase_52 AC 243 ms
120,828 KB
testcase_53 AC 238 ms
121,316 KB
testcase_54 AC 280 ms
128,512 KB
testcase_55 AC 276 ms
128,380 KB
testcase_56 AC 280 ms
128,640 KB
testcase_57 AC 288 ms
128,652 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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