結果

問題 No.3040 A + B Problem
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2020-03-10 15:22:44
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 254 ms / 2,000 ms
コード長 35 bytes
コンパイル時間 7,834 ms
コンパイル使用メモリ 423,112 KB
実行使用メモリ 54,248 KB
最終ジャッジ日時 2024-04-27 18:38:21
合計ジャッジ時間 14,127 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 241 ms
54,076 KB
testcase_01 AC 240 ms
54,080 KB
testcase_02 AC 240 ms
54,200 KB
testcase_03 AC 239 ms
54,156 KB
testcase_04 AC 233 ms
54,192 KB
testcase_05 AC 237 ms
54,172 KB
testcase_06 AC 236 ms
54,116 KB
testcase_07 AC 236 ms
54,008 KB
testcase_08 AC 240 ms
54,248 KB
testcase_09 AC 240 ms
54,172 KB
testcase_10 AC 237 ms
54,140 KB
testcase_11 AC 247 ms
54,196 KB
testcase_12 AC 254 ms
54,040 KB
testcase_13 AC 248 ms
54,040 KB
testcase_14 AC 234 ms
54,140 KB
testcase_15 AC 241 ms
54,140 KB
testcase_16 AC 235 ms
54,248 KB
testcase_17 AC 238 ms
54,164 KB
testcase_18 AC 236 ms
54,160 KB
testcase_19 AC 245 ms
53,960 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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