結果

問題 No.57 ミリオンダイス
ユーザー chike_pluschike_plus
提出日時 2019-03-28 13:37:38
言語 F#
(F# 4.0)
結果
AC  
実行時間 58 ms / 5,000 ms
コード長 143 bytes
コンパイル時間 13,811 ms
コンパイル使用メモリ 185,092 KB
実行使用メモリ 29,568 KB
最終ジャッジ日時 2024-04-20 21:44:11
合計ジャッジ時間 15,437 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 57 ms
29,408 KB
testcase_01 AC 58 ms
29,184 KB
testcase_02 AC 58 ms
29,440 KB
testcase_03 AC 55 ms
29,408 KB
testcase_04 AC 58 ms
29,568 KB
testcase_05 AC 58 ms
29,436 KB
testcase_06 AC 58 ms
29,312 KB
testcase_07 AC 54 ms
29,312 KB
testcase_08 AC 55 ms
29,440 KB
testcase_09 AC 56 ms
29,312 KB
testcase_10 AC 56 ms
29,312 KB
testcase_11 AC 55 ms
29,440 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (560 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