結果

問題 No.2937 Sigma Plus Problem
ユーザー yumechiyumechi
提出日時 2024-10-26 16:32:35
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 38 bytes
コンパイル時間 389 ms
コンパイル使用メモリ 82,520 KB
実行使用メモリ 53,904 KB
最終ジャッジ日時 2024-10-26 16:32:38
合計ジャッジ時間 2,630 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 36 ms
52,204 KB
testcase_01 AC 35 ms
52,872 KB
testcase_02 WA -
testcase_03 AC 36 ms
52,580 KB
testcase_04 AC 36 ms
52,216 KB
testcase_05 AC 37 ms
52,484 KB
testcase_06 AC 35 ms
53,552 KB
testcase_07 AC 35 ms
53,156 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 36 ms
52,252 KB
testcase_19 AC 36 ms
52,164 KB
testcase_20 WA -
testcase_21 AC 37 ms
53,244 KB
testcase_22 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

n=int(input());print(int(1/2*n*(n+1)))
0