#include using namespace std; typedef long long ll; typedef pair P; #define REP(i,n) for(ll i=0;i> N; cout << N*(N+1)/2 << endl; return 0; }