結果

問題 No.480 合計
ユーザー HAGI_TAROHAGI_TARO
提出日時 2021-10-08 09:10:50
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 74 ms / 2,000 ms
コード長 43 bytes
コンパイル時間 280 ms
コンパイル使用メモリ 86,928 KB
実行使用メモリ 70,684 KB
最終ジャッジ日時 2023-09-30 09:14:52
合計ジャッジ時間 3,071 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 71 ms
70,472 KB
testcase_01 AC 73 ms
70,660 KB
testcase_02 AC 72 ms
70,152 KB
testcase_03 AC 72 ms
70,540 KB
testcase_04 AC 74 ms
70,552 KB
testcase_05 AC 73 ms
70,684 KB
testcase_06 AC 71 ms
70,548 KB
testcase_07 AC 72 ms
70,364 KB
testcase_08 AC 73 ms
70,472 KB
testcase_09 AC 72 ms
70,648 KB
testcase_10 AC 72 ms
70,500 KB
testcase_11 AC 71 ms
70,152 KB
testcase_12 AC 71 ms
70,364 KB
testcase_13 AC 71 ms
70,360 KB
testcase_14 AC 71 ms
70,584 KB
testcase_15 AC 72 ms
70,520 KB
testcase_16 AC 73 ms
70,560 KB
testcase_17 AC 73 ms
70,684 KB
testcase_18 AC 72 ms
70,512 KB
testcase_19 AC 74 ms
70,152 KB
testcase_20 AC 73 ms
70,368 KB
testcase_21 AC 71 ms
70,476 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(sum(list(range(1,int(input()) + 1))))
0