結果

問題 No.3259 C++ → Rust → Python
ユーザー 👑 obakyan
提出日時 2025-09-21 19:47:49
言語 Lua
(LuaJit 2.1.1734355927)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 125 bytes
コンパイル時間 504 ms
コンパイル使用メモリ 7,972 KB
実行使用メモリ 7,716 KB
最終ジャッジ日時 2025-09-21 19:47:51
合計ジャッジ時間 1,728 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 22
権限があれば一括ダウンロードができます

ソースコード

diff #

a, b = io.read("*n", "*n")
c = 0
if a < 296 and 295 < b then c = c + 1 end
if a < 417 and 416 < b then c = c + 1 end
print(c)
0