結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー dangodango
提出日時 2023-06-12 21:25:38
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 497 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 221 ms
コンパイル使用メモリ 82,108 KB
実行使用メモリ 130,188 KB
最終ジャッジ日時 2024-06-11 21:25:03
合計ジャッジ時間 14,104 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
53,104 KB
testcase_01 AC 34 ms
53,328 KB
testcase_02 AC 33 ms
52,244 KB
testcase_03 AC 34 ms
52,496 KB
testcase_04 AC 62 ms
71,116 KB
testcase_05 AC 57 ms
70,968 KB
testcase_06 AC 57 ms
72,896 KB
testcase_07 AC 57 ms
71,784 KB
testcase_08 AC 57 ms
71,292 KB
testcase_09 AC 57 ms
73,272 KB
testcase_10 AC 57 ms
73,880 KB
testcase_11 AC 58 ms
73,148 KB
testcase_12 AC 35 ms
52,440 KB
testcase_13 AC 36 ms
53,448 KB
testcase_14 AC 35 ms
52,144 KB
testcase_15 AC 35 ms
52,944 KB
testcase_16 AC 35 ms
53,760 KB
testcase_17 AC 35 ms
52,968 KB
testcase_18 AC 36 ms
53,504 KB
testcase_19 AC 35 ms
53,156 KB
testcase_20 AC 34 ms
52,972 KB
testcase_21 AC 37 ms
52,204 KB
testcase_22 AC 38 ms
54,060 KB
testcase_23 AC 37 ms
52,884 KB
testcase_24 AC 34 ms
52,628 KB
testcase_25 AC 37 ms
52,964 KB
testcase_26 AC 35 ms
52,548 KB
testcase_27 AC 34 ms
52,972 KB
testcase_28 AC 34 ms
52,228 KB
testcase_29 AC 38 ms
53,836 KB
testcase_30 AC 37 ms
52,184 KB
testcase_31 AC 38 ms
52,812 KB
testcase_32 AC 197 ms
97,900 KB
testcase_33 AC 160 ms
92,372 KB
testcase_34 AC 301 ms
114,376 KB
testcase_35 AC 270 ms
107,960 KB
testcase_36 AC 302 ms
114,000 KB
testcase_37 AC 180 ms
95,780 KB
testcase_38 AC 180 ms
94,224 KB
testcase_39 AC 322 ms
118,832 KB
testcase_40 AC 220 ms
99,500 KB
testcase_41 AC 298 ms
115,608 KB
testcase_42 AC 198 ms
96,480 KB
testcase_43 AC 225 ms
97,936 KB
testcase_44 AC 266 ms
105,660 KB
testcase_45 AC 205 ms
96,504 KB
testcase_46 AC 333 ms
121,020 KB
testcase_47 AC 112 ms
84,700 KB
testcase_48 AC 195 ms
98,396 KB
testcase_49 AC 337 ms
123,780 KB
testcase_50 AC 184 ms
95,164 KB
testcase_51 AC 190 ms
95,136 KB
testcase_52 AC 354 ms
122,116 KB
testcase_53 AC 359 ms
121,856 KB
testcase_54 AC 485 ms
129,668 KB
testcase_55 AC 497 ms
130,188 KB
testcase_56 AC 480 ms
129,668 KB
testcase_57 AC 467 ms
129,964 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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