結果

問題 No.304 鍵(1)
ユーザー syunsukesyunsuke
提出日時 2020-11-01 11:41:10
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 155 ms / 2,000 ms
コード長 190 bytes
コンパイル時間 934 ms
コンパイル使用メモリ 87,196 KB
実行使用メモリ 92,104 KB
平均クエリ数 309.17
最終ジャッジ日時 2023-09-24 02:48:09
合計ジャッジ時間 1,671 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 90 ms
87,672 KB
testcase_01 AC 96 ms
87,740 KB
testcase_02 AC 155 ms
92,104 KB
testcase_03 AC 91 ms
87,356 KB
testcase_04 AC 120 ms
91,272 KB
testcase_05 AC 91 ms
87,612 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import sys
for i in range(1000):
    a=1000+i
    A=str(a)[1:]
    print(A)
    S=input()
    if S=="unlocked":
        sys.stdout.flush()
        exit()
    else:
        sys.stdout.flush()
0