結果

問題 No.304 鍵(1)
ユーザー syunsukesyunsuke
提出日時 2020-11-01 11:41:10
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 125 ms / 2,000 ms
コード長 190 bytes
コンパイル時間 336 ms
コンパイル使用メモリ 81,568 KB
実行使用メモリ 82,820 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-07-17 02:54:48
合計ジャッジ時間 1,575 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 60 ms
68,340 KB
testcase_01 AC 65 ms
69,896 KB
testcase_02 AC 125 ms
82,820 KB
testcase_03 AC 65 ms
69,180 KB
testcase_04 AC 91 ms
77,332 KB
testcase_05 AC 63 ms
68,936 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