結果
問題 |
No.218 経験値1.5倍
|
ユーザー |
![]() |
提出日時 | 2018-06-09 11:17:27 |
言語 | Nim (2.2.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 219 bytes |
コンパイル時間 | 3,353 ms |
コンパイル使用メモリ | 66,536 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-06-30 12:25:31 |
合計ジャッジ時間 | 4,231 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 31 |
ソースコード
import strutils, sequtils, math template getInt: int = stdin.readLine.parseInt var arr = newSeqWith(0, 0.0) let a = getInt for _ in 0 ..< 2: arr.add (a / getInt).ceil echo if arr[1] <= 2/3 * arr[0]: "YES" else: "NO"