結果

問題 No.57 ミリオンダイス
ユーザー regeregeregerege
提出日時 2016-01-15 01:50:14
言語 F#
(F# 4.0)
結果
AC  
実行時間 88 ms / 5,000 ms
コード長 145 bytes
コンパイル時間 6,448 ms
コンパイル使用メモリ 154,676 KB
実行使用メモリ 26,832 KB
最終ジャッジ日時 2023-08-09 00:48:29
合計ジャッジ時間 6,074 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 88 ms
26,800 KB
testcase_01 AC 88 ms
24,880 KB
testcase_02 AC 87 ms
24,692 KB
testcase_03 AC 86 ms
24,840 KB
testcase_04 AC 88 ms
24,836 KB
testcase_05 AC 88 ms
24,788 KB
testcase_06 AC 88 ms
24,748 KB
testcase_07 AC 87 ms
24,792 KB
testcase_08 AC 87 ms
26,832 KB
testcase_09 AC 86 ms
24,796 KB
testcase_10 AC 86 ms
24,764 KB
testcase_11 AC 87 ms
24,876 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Microsoft (R) F# Compiler version 11.0.0.0 for F# 5.0
Copyright (c) Microsoft Corporation. All Rights Reserved.

ソースコード

diff #

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