結果

問題 No.57 ミリオンダイス
ユーザー chike_pluschike_plus
提出日時 2019-03-28 13:37:38
言語 F#
(F# 4.0)
結果
AC  
実行時間 64 ms / 5,000 ms
コード長 143 bytes
コンパイル時間 15,935 ms
コンパイル使用メモリ 183,884 KB
実行使用メモリ 29,540 KB
最終ジャッジ日時 2024-10-12 19:59:12
合計ジャッジ時間 13,604 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
29,056 KB
testcase_01 AC 59 ms
29,540 KB
testcase_02 AC 60 ms
29,440 KB
testcase_03 AC 61 ms
29,184 KB
testcase_04 AC 64 ms
29,440 KB
testcase_05 AC 61 ms
29,420 KB
testcase_06 AC 62 ms
29,440 KB
testcase_07 AC 62 ms
29,312 KB
testcase_08 AC 62 ms
29,056 KB
testcase_09 AC 60 ms
29,440 KB
testcase_10 AC 62 ms
29,304 KB
testcase_11 AC 61 ms
29,420 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (630 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 ミリオンダイス``() =
  stdin.ReadLine()
  |> float
  |> (*) 3.5
  |> stdout.WriteLine
  ()
``No.57 ミリオンダイス``()
0