結果
| 問題 | No.218 経験値1.5倍 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-05-03 14:48:44 |
| 言語 | F# (F# 10.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 156 bytes |
| 記録 | |
| コンパイル時間 | 13,308 ms |
| コンパイル使用メモリ | 204,588 KB |
| 実行使用メモリ | 32,568 KB |
| 最終ジャッジ日時 | 2026-04-04 11:04:54 |
| 合計ジャッジ時間 | 13,396 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 14 WA * 17 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (245 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net10.0/main.dll main -> /home/judge/data/code/bin/Release/net10.0/publish/
ソースコード
let R() = stdin.ReadLine() |> float let (A,B,C) = R(),R(),R() let a = (A/B) * (2./3.) let b = float(int(A/C)) if a <= b then "YES" else "NO" |> printfn "%s"