結果

問題 No.57 ミリオンダイス
ユーザー ID 21712
提出日時 2025-01-24 00:40:18
言語 Standard ML
(MLton 20210117)
結果
AC  
実行時間 1 ms / 5,000 ms
コード長 135 bytes
コンパイル時間 2,977 ms
コンパイル使用メモリ 687,996 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2025-01-24 00:40:26
合計ジャッジ時間 3,817 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 9
権限があれば一括ダウンロードができます

ソースコード

diff #

val n = valOf (TextIO.scanStream (Int.scan StringCvt.DEC) TextIO.stdIn);

print (Real.toString (Real.fromInt (n * 35) / 10.0) ^ "\n");
0