結果

問題 No.304 鍵(1)
ユーザー lloyzlloyz
提出日時 2023-03-01 00:14:15
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 173 ms / 2,000 ms
コード長 97 bytes
コンパイル時間 327 ms
コンパイル使用メモリ 87,196 KB
実行使用メモリ 92,212 KB
平均クエリ数 309.17
最終ジャッジ日時 2023-10-14 06:30:07
合計ジャッジ時間 2,443 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 105 ms
87,260 KB
testcase_01 AC 108 ms
87,724 KB
testcase_02 AC 173 ms
92,212 KB
testcase_03 AC 113 ms
87,444 KB
testcase_04 AC 133 ms
91,652 KB
testcase_05 AC 104 ms
87,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i in range(1000):
    print(f"{i:03}")
    s = input()
    if s == "unlocked":
        break
0