#include using namespace std; typedef long long ll; typedef float fl; typedef bool bl; typedef string st; typedef pair P; const int INF=100000000; const ll INFx=1000000000000; int dx[4]={1,0,-1,0}; int dy[4]={0,1,0,-1}; string fi="01234567890123456789"; string al="abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz"; string AL="ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ"; #define rep(i,n) for(int i=0;i<(n);++i) #define YESNO(flag) if(flag){cout<<"YES"<>n; n/=2; n++; rep(i,n){ j++; sum+=j; } cout<