結果

問題 No.304 鍵(1)
ユーザー lloyzlloyz
提出日時 2023-03-01 00:14:15
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 131 ms / 2,000 ms
コード長 97 bytes
コンパイル時間 195 ms
コンパイル使用メモリ 82,816 KB
実行使用メモリ 82,528 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-09-16 01:44:34
合計ジャッジ時間 1,678 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 63 ms
68,320 KB
testcase_01 AC 69 ms
68,704 KB
testcase_02 AC 131 ms
82,528 KB
testcase_03 AC 67 ms
69,344 KB
testcase_04 AC 98 ms
76,512 KB
testcase_05 AC 68 ms
68,680 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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