結果

問題 No.9003 小数誤差テスト(テスト用)
ユーザー scalerscaler
提出日時 2024-09-02 11:24:58
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 890 ms / 5,000 ms
コード長 117 bytes
コンパイル時間 11,529 ms
コンパイル使用メモリ 248,788 KB
実行使用メモリ 64,216 KB
最終ジャッジ日時 2024-09-02 11:25:16
合計ジャッジ時間 16,684 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 890 ms
64,216 KB
testcase_01 AC 873 ms
64,124 KB
testcase_02 AC 863 ms
63,992 KB
testcase_03 AC 861 ms
64,080 KB
testcase_04 AC 884 ms
64,176 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import scala.io.StdIn.readDouble

@main
def yuki9003(): Unit =
  val n = readDouble
  println("decimal")
  println(n)
0