結果

問題 No.57 ミリオンダイス
ユーザー regeregeregerege
提出日時 2016-01-15 01:50:14
言語 F#
(F# 4.0)
結果
AC  
実行時間 352 ms / 5,000 ms
コード長 145 bytes
コンパイル時間 7,892 ms
コンパイル使用メモリ 187,192 KB
実行使用メモリ 34,988 KB
最終ジャッジ日時 2024-11-14 06:02:41
合計ジャッジ時間 13,213 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 352 ms
33,900 KB
testcase_01 AC 351 ms
34,600 KB
testcase_02 AC 349 ms
34,736 KB
testcase_03 AC 350 ms
34,728 KB
testcase_04 AC 349 ms
34,612 KB
testcase_05 AC 352 ms
34,612 KB
testcase_06 AC 350 ms
34,584 KB
testcase_07 AC 351 ms
34,304 KB
testcase_08 AC 350 ms
34,988 KB
testcase_09 AC 351 ms
34,744 KB
testcase_10 AC 349 ms
34,860 KB
testcase_11 AC 351 ms
34,740 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (253 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