結果

問題 No.809 かけ算
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 18:44:52
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 790 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 6,314 ms
コンパイル使用メモリ 231,272 KB
実行使用メモリ 64,568 KB
最終ジャッジ日時 2023-10-21 06:29:19
合計ジャッジ時間 13,199 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 777 ms
64,520 KB
testcase_01 AC 770 ms
64,556 KB
testcase_02 AC 790 ms
64,548 KB
testcase_03 AC 777 ms
64,552 KB
testcase_04 AC 786 ms
64,552 KB
testcase_05 AC 785 ms
64,568 KB
testcase_06 AC 782 ms
64,500 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main extends App{
	println("1 "+io.StdIn.readInt)
}
0