結果

問題 No.304 鍵(1)
ユーザー sasa8uyauyasasa8uyauya
提出日時 2024-09-12 19:23:12
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 126 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 475 ms
コンパイル使用メモリ 82,420 KB
実行使用メモリ 81,944 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-09-12 19:23:14
合計ジャッジ時間 1,776 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 61 ms
69,808 KB
testcase_01 AC 63 ms
69,292 KB
testcase_02 AC 126 ms
81,944 KB
testcase_03 AC 65 ms
69,556 KB
testcase_04 AC 93 ms
77,500 KB
testcase_05 AC 66 ms
70,924 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i in range(1000):
	print(str(i).zfill(3))
	if input()=="unlocked":
		break
0