結果

問題 No.480 合計
ユーザー KisaragiEffectiveKisaragiEffective
提出日時 2019-11-09 00:31:13
言語 Kotlin
(1.9.23)
結果
AC  
実行時間 312 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 10,893 ms
コンパイル使用メモリ 426,552 KB
実行使用メモリ 50,832 KB
最終ジャッジ日時 2024-09-15 03:19:59
合計ジャッジ時間 18,841 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 311 ms
50,444 KB
testcase_01 AC 312 ms
50,456 KB
testcase_02 AC 309 ms
50,724 KB
testcase_03 AC 312 ms
50,640 KB
testcase_04 AC 308 ms
50,624 KB
testcase_05 AC 308 ms
50,640 KB
testcase_06 AC 311 ms
50,572 KB
testcase_07 AC 312 ms
50,388 KB
testcase_08 AC 309 ms
50,732 KB
testcase_09 AC 309 ms
50,584 KB
testcase_10 AC 312 ms
50,652 KB
testcase_11 AC 309 ms
50,576 KB
testcase_12 AC 309 ms
50,416 KB
testcase_13 AC 308 ms
50,424 KB
testcase_14 AC 309 ms
50,448 KB
testcase_15 AC 308 ms
50,636 KB
testcase_16 AC 308 ms
50,392 KB
testcase_17 AC 308 ms
50,528 KB
testcase_18 AC 307 ms
50,832 KB
testcase_19 AC 306 ms
50,404 KB
testcase_20 AC 306 ms
50,572 KB
testcase_21 AC 305 ms
50,524 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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