結果

問題 No.5007 Steiner Space Travel
ユーザー 👑 terry_u16terry_u16
提出日時 2022-06-28 01:42:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 86 ms / 1,000 ms
コード長 98 bytes
コンパイル時間 271 ms
実行使用メモリ 75,956 KB
スコア 1,221,702
最終ジャッジ日時 2022-07-30 13:30:48
合計ジャッジ時間 4,487 ms
ジャッジサーバーID
(参考情報)
judge10 / judge14
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
75,956 KB
testcase_01 AC 82 ms
75,776 KB
testcase_02 AC 83 ms
75,512 KB
testcase_03 AC 84 ms
75,512 KB
testcase_04 AC 83 ms
75,716 KB
testcase_05 AC 83 ms
75,556 KB
testcase_06 AC 82 ms
75,788 KB
testcase_07 AC 81 ms
75,756 KB
testcase_08 AC 83 ms
75,504 KB
testcase_09 AC 82 ms
75,456 KB
testcase_10 AC 85 ms
75,852 KB
testcase_11 AC 86 ms
75,656 KB
testcase_12 AC 83 ms
75,760 KB
testcase_13 AC 85 ms
75,664 KB
testcase_14 AC 86 ms
75,728 KB
testcase_15 AC 84 ms
75,720 KB
testcase_16 AC 84 ms
75,672 KB
testcase_17 AC 86 ms
75,508 KB
testcase_18 AC 86 ms
75,584 KB
testcase_19 AC 85 ms
75,752 KB
testcase_20 AC 86 ms
75,824 KB
testcase_21 AC 84 ms
75,756 KB
testcase_22 AC 84 ms
75,504 KB
testcase_23 AC 85 ms
75,500 KB
testcase_24 AC 86 ms
75,424 KB
testcase_25 AC 85 ms
75,732 KB
testcase_26 AC 85 ms
75,788 KB
testcase_27 AC 85 ms
75,508 KB
testcase_28 AC 84 ms
75,756 KB
testcase_29 AC 85 ms
75,560 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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

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