結果
| 問題 | No.218 経験値1.5倍 |
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-20 22:20:36 |
| 言語 | Lua (LuaJit 2.1.1767980792) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 155 bytes |
| 記録 | |
| コンパイル時間 | 232 ms |
| コンパイル使用メモリ | 7,972 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-03-14 12:22:08 |
| 合計ジャッジ時間 | 1,627 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 31 |
ソースコード
print((function (a, b, c)
return math.ceil(a/b)>=math.ceil(a/c)*1.5 and "YES" or "NO"
end)(io.stdin:read("*n"), io.stdin:read("*n"), io.stdin:read("*n")))
nobigomu