結果

問題 No.480 合計
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:31:13
言語 Kotlin
(1.9.10)
結果
AC  
実行時間 290 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 10,825 ms
コンパイル使用メモリ 408,212 KB
実行使用メモリ 53,264 KB
最終ジャッジ日時 2023-10-13 06:01:44
合計ジャッジ時間 18,917 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 285 ms
52,840 KB
testcase_01 AC 286 ms
52,872 KB
testcase_02 AC 286 ms
52,776 KB
testcase_03 AC 283 ms
52,764 KB
testcase_04 AC 283 ms
52,612 KB
testcase_05 AC 290 ms
52,800 KB
testcase_06 AC 280 ms
52,720 KB
testcase_07 AC 280 ms
52,828 KB
testcase_08 AC 284 ms
52,948 KB
testcase_09 AC 284 ms
52,956 KB
testcase_10 AC 285 ms
53,264 KB
testcase_11 AC 288 ms
52,664 KB
testcase_12 AC 286 ms
52,820 KB
testcase_13 AC 285 ms
52,760 KB
testcase_14 AC 284 ms
52,724 KB
testcase_15 AC 284 ms
52,808 KB
testcase_16 AC 283 ms
52,720 KB
testcase_17 AC 284 ms
52,816 KB
testcase_18 AC 284 ms
52,764 KB
testcase_19 AC 281 ms
52,972 KB
testcase_20 AC 284 ms
52,920 KB
testcase_21 AC 287 ms
52,756 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

fun main(){println((1..readLine()!!.toInt()).sum())}
0