結果

問題 No.304 鍵(1)
ユーザー syunsukesyunsuke
提出日時 2020-11-01 11:40:32
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 161 bytes
コンパイル時間 286 ms
コンパイル使用メモリ 87,100 KB
実行使用メモリ 87,648 KB
平均クエリ数 8.50
最終ジャッジ日時 2023-09-24 06:55:55
合計ジャッジ時間 2,279 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 101 ms
87,648 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