結果

問題 No.1795 AtCoder Heuristic Rating coloring
ユーザー dangodango
提出日時 2023-06-12 21:25:38
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 624 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 494 ms
コンパイル使用メモリ 86,792 KB
実行使用メモリ 134,808 KB
最終ジャッジ日時 2023-09-02 14:51:16
合計ジャッジ時間 19,380 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
71,164 KB
testcase_01 AC 73 ms
70,996 KB
testcase_02 AC 72 ms
71,104 KB
testcase_03 AC 72 ms
71,088 KB
testcase_04 AC 154 ms
76,436 KB
testcase_05 AC 95 ms
76,624 KB
testcase_06 AC 94 ms
76,640 KB
testcase_07 AC 92 ms
76,428 KB
testcase_08 AC 95 ms
76,536 KB
testcase_09 AC 97 ms
77,680 KB
testcase_10 AC 95 ms
77,608 KB
testcase_11 AC 94 ms
76,544 KB
testcase_12 AC 71 ms
70,884 KB
testcase_13 AC 70 ms
71,320 KB
testcase_14 AC 71 ms
71,248 KB
testcase_15 AC 74 ms
71,160 KB
testcase_16 AC 73 ms
71,156 KB
testcase_17 AC 73 ms
71,100 KB
testcase_18 AC 73 ms
71,000 KB
testcase_19 AC 73 ms
71,188 KB
testcase_20 AC 72 ms
71,196 KB
testcase_21 AC 71 ms
71,024 KB
testcase_22 AC 71 ms
71,100 KB
testcase_23 AC 71 ms
71,184 KB
testcase_24 AC 70 ms
71,072 KB
testcase_25 AC 72 ms
71,324 KB
testcase_26 AC 69 ms
71,228 KB
testcase_27 AC 73 ms
71,328 KB
testcase_28 AC 72 ms
71,256 KB
testcase_29 AC 74 ms
71,196 KB
testcase_30 AC 75 ms
71,156 KB
testcase_31 AC 73 ms
71,256 KB
testcase_32 AC 271 ms
98,888 KB
testcase_33 AC 219 ms
93,396 KB
testcase_34 AC 362 ms
115,372 KB
testcase_35 AC 327 ms
109,696 KB
testcase_36 AC 356 ms
115,588 KB
testcase_37 AC 227 ms
96,824 KB
testcase_38 AC 226 ms
95,408 KB
testcase_39 AC 388 ms
120,504 KB
testcase_40 AC 294 ms
106,384 KB
testcase_41 AC 355 ms
116,668 KB
testcase_42 AC 252 ms
97,724 KB
testcase_43 AC 262 ms
99,456 KB
testcase_44 AC 327 ms
108,916 KB
testcase_45 AC 249 ms
97,984 KB
testcase_46 AC 397 ms
122,692 KB
testcase_47 AC 167 ms
85,604 KB
testcase_48 AC 246 ms
97,192 KB
testcase_49 AC 403 ms
124,976 KB
testcase_50 AC 239 ms
96,128 KB
testcase_51 AC 232 ms
95,988 KB
testcase_52 AC 458 ms
125,176 KB
testcase_53 AC 465 ms
125,120 KB
testcase_54 AC 594 ms
134,420 KB
testcase_55 AC 624 ms
134,808 KB
testcase_56 AC 569 ms
134,640 KB
testcase_57 AC 583 ms
134,676 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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