#include #include int main() { int a, b; std::cin >> a; b = a * (a+1) / 2; std::cout << b << std::endl; }