#include using namespace std; int main () { int x; cin >> x; int y = ((x - 1)/1) + 1; int z = y * (x+1); int a = z / 2; cout << a << endl; }