結果

問題 No.809 かけ算
ユーザー fal_rndfal_rnd
提出日時 2020-02-04 18:44:52
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 935 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 8,127 ms
コンパイル使用メモリ 252,696 KB
実行使用メモリ 64,444 KB
最終ジャッジ日時 2024-09-21 07:38:47
合計ジャッジ時間 16,049 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 924 ms
64,208 KB
testcase_01 AC 928 ms
64,444 KB
testcase_02 AC 901 ms
64,144 KB
testcase_03 AC 922 ms
64,424 KB
testcase_04 AC 935 ms
64,232 KB
testcase_05 AC 909 ms
64,360 KB
testcase_06 AC 908 ms
64,336 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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