結果
| 問題 |
No.218 経験値1.5倍
|
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-04-20 22:20:36 |
| 言語 | Lua (LuaJit 2.1.1734355927) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 155 bytes |
| コンパイル時間 | 34 ms |
| コンパイル使用メモリ | 6,816 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-06-27 05:18:10 |
| 合計ジャッジ時間 | 1,115 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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