# -*- coding:utf-8 -*-
class Solution:
    def Sum_Solution(self, n):
        return int((1 + n) / 2 * n)