結果

問題 No.632 穴埋め門松列
ユーザー nobigomu
提出日時 2018-02-24 01:14:00
言語 Lua
(LuaJit 2.1.1734355927)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 113 bytes
コンパイル時間 125 ms
コンパイル使用メモリ 6,692 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-10-10 20:11:45
合計ジャッジ時間 561 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 6
権限があれば一括ダウンロードができます

ソースコード

diff #

local c = io.stdin:read("*l"):sub(3,3)
if c == '?' then print(14) elseif c == '2' then print(4) else print(1) end
0