結果
問題 | No.304 鍵(1) |
ユーザー | nobigomu |
提出日時 | 2018-05-03 01:55:30 |
言語 | Lua (LuaJit 2.1.1696795921) |
結果 |
TLE
|
実行時間 | - |
コード長 | 101 bytes |
コンパイル時間 | 555 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 52,048 KB |
最終ジャッジ日時 | 2024-07-16 15:47:09 |
合計ジャッジ時間 | 6,999 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | TLE | - |
testcase_01 | -- | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
ソースコード
for i=0,999 do print(string.format("%03d",i)) if io.stdin:read("*l")=="unlocked" then break end end