結果

問題 No.3140 Weird Parentheses Game
ユーザー 👑 obakyan
提出日時 2025-06-01 00:40:04
言語 Lua
(LuaJit 2.1.1734355927)
結果
WA  
実行時間 -
コード長 101 bytes
コンパイル時間 201 ms
コンパイル使用メモリ 8,228 KB
実行使用メモリ 7,848 KB
最終ジャッジ日時 2025-06-01 00:40:06
合計ジャッジ時間 1,558 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 9 WA * 12
権限があれば一括ダウンロードができます

ソースコード

diff #

n = io.read("*n", "*l")
_z = io.read()
if n % 4 == 0 then
  print("Second")
else
  print("First")
end
0