結果

問題 No.304 鍵(1)
ユーザー syunsukesyunsuke
提出日時 2020-11-01 11:40:32
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 161 bytes
コンパイル時間 245 ms
コンパイル使用メモリ 82,364 KB
実行使用メモリ 70,312 KB
平均クエリ数 8.50
最終ジャッジ日時 2024-07-17 07:14:12
合計ジャッジ時間 1,867 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
68,800 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

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