結果
問題 |
No.218 経験値1.5倍
|
ユーザー |
|
提出日時 | 2017-05-03 15:13:18 |
言語 | F# (F# 4.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 137 bytes |
コンパイル時間 | 6,947 ms |
コンパイル使用メモリ | 187,200 KB |
実行使用メモリ | 30,976 KB |
最終ジャッジ日時 | 2024-09-14 07:06:53 |
合計ジャッジ時間 | 10,753 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 21 WA * 10 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (238 ms)。 MSBuild のバージョン 17.9.6+a4ecab324 (.NET) main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
let R() = stdin.ReadLine() |> float let (A,B,C) = R(),R(),R() let a = ceil(A/B)*(2./3.) if A <= a*C then "YES" else "NO" |> printfn "%s"