#include void func480() { int n; std::cin >> n; std::cout << (n + 1) * n / 2 << std::endl; } int main() { func480(); return 0; }