結果

問題 No.304 鍵(1)
ユーザー nobigomunobigomu
提出日時 2018-05-03 02:01:12
言語 Lua
(LuaJit 2.1.1696795921)
結果
AC  
実行時間 56 ms / 2,000 ms
コード長 120 bytes
コンパイル時間 465 ms
コンパイル使用メモリ 6,948 KB
実行使用メモリ 25,448 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-07-17 01:43:31
合計ジャッジ時間 1,261 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 27 ms
25,448 KB
testcase_01 AC 24 ms
24,836 KB
testcase_02 AC 56 ms
25,220 KB
testcase_03 AC 26 ms
24,964 KB
testcase_04 AC 38 ms
25,220 KB
testcase_05 AC 23 ms
25,196 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