結果

問題 No.304 鍵(1)
ユーザー nobigomunobigomu
提出日時 2018-05-03 02:01:12
言語 Lua
(LuaJit 2.1.1696795921)
結果
AC  
実行時間 54 ms / 2,000 ms
コード長 120 bytes
コンパイル時間 327 ms
コンパイル使用メモリ 5,228 KB
実行使用メモリ 24,192 KB
平均クエリ数 309.17
最終ジャッジ日時 2023-09-24 01:45:36
合計ジャッジ時間 1,213 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 24 ms
24,192 KB
testcase_01 AC 24 ms
23,676 KB
testcase_02 AC 54 ms
23,268 KB
testcase_03 AC 24 ms
23,400 KB
testcase_04 AC 37 ms
23,796 KB
testcase_05 AC 23 ms
24,192 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

for i=0,999 do
	io.write(string.format("%03d",i),"\n") io.flush()
	if io.stdin:read("*l")=="unlocked" then break end
end
0