結果

問題 No.809 かけ算
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-03 23:47:24
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 250 ms / 2,000 ms
コード長 45 bytes
コンパイル時間 11,373 ms
コンパイル使用メモリ 411,024 KB
実行使用メモリ 50,452 KB
最終ジャッジ日時 2023-08-18 17:43:24
合計ジャッジ時間 14,191 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 243 ms
50,312 KB
testcase_01 AC 250 ms
50,332 KB
testcase_02 AC 239 ms
50,216 KB
testcase_03 AC 242 ms
50,448 KB
testcase_04 AC 245 ms
50,356 KB
testcase_05 AC 250 ms
50,272 KB
testcase_06 AC 245 ms
50,452 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println("1 ${readLine()}")
}
0