#include using namespace std; int main(){ int N; cin>>N; int a=N; for(int i=1;i<=N*(N+1)/2;i++){ if(i==a){ cout<