Run ID:85499

提交时间:2024-07-17 19:00:07

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