結果

問題 No.480 合計
ユーザー Thunder-SkyThunder-Sky
提出日時 2023-03-01 23:02:20
言語 JavaScript
(node v21.7.1)
結果
AC  
実行時間 80 ms / 2,000 ms
コード長 125 bytes
コンパイル時間 166 ms
コンパイル使用メモリ 5,260 KB
実行使用メモリ 42,324 KB
最終ジャッジ日時 2023-10-15 02:36:31
合計ジャッジ時間 3,492 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
42,092 KB
testcase_01 AC 80 ms
42,268 KB
testcase_02 AC 80 ms
42,148 KB
testcase_03 AC 79 ms
42,256 KB
testcase_04 AC 80 ms
42,256 KB
testcase_05 AC 79 ms
42,140 KB
testcase_06 AC 78 ms
42,196 KB
testcase_07 AC 79 ms
42,092 KB
testcase_08 AC 80 ms
42,092 KB
testcase_09 AC 80 ms
42,264 KB
testcase_10 AC 79 ms
42,148 KB
testcase_11 AC 79 ms
42,268 KB
testcase_12 AC 79 ms
42,156 KB
testcase_13 AC 79 ms
42,132 KB
testcase_14 AC 79 ms
42,092 KB
testcase_15 AC 79 ms
42,136 KB
testcase_16 AC 80 ms
42,132 KB
testcase_17 AC 79 ms
42,160 KB
testcase_18 AC 79 ms
42,324 KB
testcase_19 AC 79 ms
42,264 KB
testcase_20 AC 79 ms
42,152 KB
testcase_21 AC 78 ms
42,148 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

i=Number(require("fs").readFileSync("/dev/stdin", "utf8").split("\n")[0]),t=0;
for(c=0;c<=i;c++){
    t+=c;
}
console.log(t);
0