結果

問題 No.57 ミリオンダイス
ユーザー regeregeregerege
提出日時 2016-01-15 01:50:14
言語 F#
(F# 4.0)
結果
AC  
実行時間 341 ms / 5,000 ms
コード長 145 bytes
コンパイル時間 13,231 ms
コンパイル使用メモリ 185,116 KB
実行使用メモリ 34,852 KB
最終ジャッジ日時 2024-04-26 16:44:38
合計ジャッジ時間 14,510 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 338 ms
34,852 KB
testcase_01 AC 336 ms
34,480 KB
testcase_02 AC 337 ms
34,480 KB
testcase_03 AC 339 ms
34,352 KB
testcase_04 AC 341 ms
34,724 KB
testcase_05 AC 341 ms
34,732 KB
testcase_06 AC 338 ms
34,608 KB
testcase_07 AC 336 ms
34,604 KB
testcase_08 AC 335 ms
34,600 KB
testcase_09 AC 335 ms
34,464 KB
testcase_10 AC 333 ms
34,736 KB
testcase_11 AC 335 ms
34,736 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (717 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/

ソースコード

diff #

let ``No.57 ミリオンダイス`` () =
    let f s = float s * 3.5
    f <| stdin.ReadLine() |> printfn "%f"
``No.57 ミリオンダイス`` ()
0