結果
問題 |
No.804 野菜が苦手
|
ユーザー |
👑 |
提出日時 | 2019-03-23 15:09:52 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 132 bytes |
コンパイル時間 | 73 ms |
コンパイル使用メモリ | 6,816 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-22 13:29:46 |
合計ジャッジ時間 | 892 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 18 |
ソースコード
a,b,c,d = io.read("*n","*n","*n","*n") min = math.min(a, math.floor(b / c)) min = math.min(min, math.floor(d / (c+1))) io.write(min)