結果

問題 No.3040 A + B Problem
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-03-10 15:22:44
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 285 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 9,670 ms
コンパイル使用メモリ 418,056 KB
実行使用メモリ 53,284 KB
最終ジャッジ日時 2024-11-15 23:17:35
合計ジャッジ時間 18,102 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 284 ms
53,284 KB
testcase_01 AC 279 ms
53,280 KB
testcase_02 AC 282 ms
49,452 KB
testcase_03 AC 279 ms
49,504 KB
testcase_04 AC 279 ms
49,484 KB
testcase_05 AC 285 ms
49,680 KB
testcase_06 AC 277 ms
49,568 KB
testcase_07 AC 278 ms
49,480 KB
testcase_08 AC 278 ms
49,432 KB
testcase_09 AC 285 ms
49,492 KB
testcase_10 AC 280 ms
49,376 KB
testcase_11 AC 278 ms
49,460 KB
testcase_12 AC 278 ms
49,484 KB
testcase_13 AC 279 ms
49,500 KB
testcase_14 AC 279 ms
49,712 KB
testcase_15 AC 282 ms
49,548 KB
testcase_16 AC 279 ms
49,740 KB
testcase_17 AC 280 ms
49,700 KB
testcase_18 AC 278 ms
49,776 KB
testcase_19 AC 278 ms
49,456 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main() {
    println("A + B")
}
0