結果

問題 No.5007 Steiner Space Travel
ユーザー 👑 terry_u16terry_u16
提出日時 2022-07-02 13:09:31
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 158 ms / 1,000 ms
コード長 102 bytes
コンパイル時間 221 ms
実行使用メモリ 82,976 KB
スコア 1,221,702
最終ジャッジ日時 2022-07-30 13:32:21
合計ジャッジ時間 6,600 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 153 ms
82,728 KB
testcase_01 AC 146 ms
82,428 KB
testcase_02 AC 146 ms
82,384 KB
testcase_03 AC 145 ms
82,472 KB
testcase_04 AC 149 ms
82,580 KB
testcase_05 AC 147 ms
82,436 KB
testcase_06 AC 146 ms
82,752 KB
testcase_07 AC 140 ms
82,484 KB
testcase_08 AC 142 ms
82,852 KB
testcase_09 AC 151 ms
82,480 KB
testcase_10 AC 146 ms
82,440 KB
testcase_11 AC 158 ms
82,832 KB
testcase_12 AC 150 ms
82,484 KB
testcase_13 AC 146 ms
82,724 KB
testcase_14 AC 143 ms
82,420 KB
testcase_15 AC 143 ms
82,476 KB
testcase_16 AC 148 ms
82,608 KB
testcase_17 AC 155 ms
82,392 KB
testcase_18 AC 148 ms
82,976 KB
testcase_19 AC 145 ms
82,748 KB
testcase_20 AC 145 ms
82,488 KB
testcase_21 AC 145 ms
82,436 KB
testcase_22 AC 147 ms
82,476 KB
testcase_23 AC 144 ms
82,868 KB
testcase_24 AC 142 ms
82,480 KB
testcase_25 AC 146 ms
82,788 KB
testcase_26 AC 148 ms
82,476 KB
testcase_27 AC 146 ms
82,392 KB
testcase_28 AC 143 ms
82,604 KB
testcase_29 AC 147 ms
82,604 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for _ in range(8):
    print("0 0")
print(101)

for i in range(200000):
    print(f"1 {i % 100 + 1}")
0