結果
| 問題 | No.218 経験値1.5倍 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-06-30 01:12:33 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 59 ms / 2,000 ms |
| + 427µs | |
| コード長 | 131 bytes |
| 記録 | |
| コンパイル時間 | 69 ms |
| コンパイル使用メモリ | 80,896 KB |
| 実行使用メモリ | 80,896 KB |
| 最終ジャッジ日時 | 2026-07-17 17:02:31 |
| 合計ジャッジ時間 | 3,513 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 31 |
ソースコード
a=int(raw_input())
b=int(raw_input())
c=int(raw_input())
if ((a+c-1)/c)*3 <= ((a+b-1)/b)*2:
print("YES")
else:
print("NO")