結果

問題 No.809 かけ算
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-12-03 23:47:24
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 294 ms / 2,000 ms
コード長 45 bytes
コンパイル時間 11,044 ms
コンパイル使用メモリ 424,208 KB
実行使用メモリ 49,800 KB
最終ジャッジ日時 2024-11-28 00:34:47
合計ジャッジ時間 14,171 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 292 ms
49,732 KB
testcase_01 AC 285 ms
49,536 KB
testcase_02 AC 289 ms
49,532 KB
testcase_03 AC 292 ms
49,800 KB
testcase_04 AC 289 ms
49,604 KB
testcase_05 AC 292 ms
49,672 KB
testcase_06 AC 294 ms
49,556 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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