#include #define rep(i,n)for(int i=0;iP; template class Segtree{ int n; vectordat; T INIT; T E; functionF; public: Segtree(int n_,T INIT,T E,functionF):INIT(INIT),E(E),F(F){ n=1;while(n(2*n,INIT); } void set(int k,T x){ k+=n; dat[k]=x; while(k>1){ k>>=1; dat[k]=F(dat[k<<1],dat[(k<<1)+1]); } } void update(int k,T x){ k+=n; dat[k]=F(dat[k],x); while(k>1){ k>>=1; dat[k]=F(dat[k<<1],dat[(k<<1)+1]); } } T query(int l,int r){ T resl=E,resr=E; for(l+=n,r+=n;l>=1,r>>=1){ if(l&1)resl=F(resl,dat[l++]); if(r&1)resr=F(dat[--r],resr); } return F(resl,resr); } }; int n; int p[200000]; ll solve(){ vector

vmin,vmax; stack

st;st.push(P(-1,n)); for(int i=n-1;i>=0;i--){ while(st.top().first>p[i])st.pop(); vmin.push_back(P(i,st.top().second-1)); st.push(P(p[i],i)); } while(!st.empty())st.pop(); st.push(P(INT_MAX,-1)); rep(i,n){ while(st.top().firstseg(n,0,0,[](int a,int b){return a+b;}); ll ans=0; int g=0; for(auto p:vmin){ while(g>n; rep(i,n)scanf("%d",&p[i]); ll ans=solve(); reverse(p,p+n); ans+=solve(); cout<