#include #include using namespace std; namespace my{ #define LL(...) ll __VA_ARGS__;lin(__VA_ARGS__) #define VV(n,...) vec__VA_ARGS__;setsize({n},__VA_ARGS__);vin(__VA_ARGS__) #define FO(n) for(ll ij=n;ij--;) #define FOR(i,...) for(auto[i,i##stop,i##step]=range(0,__VA_ARGS__);isync_with_stdio(0);cout<constexpr auto range(bool s,A...a){arrayr{0,0,1};ll I=0;((r[I++]=a),...);if(!s&&I==1)swap(r[0],r[1]);r[0]-=s;return r;} constexpr char nl=10; constexpr char sp=32; template>auto&sort(auto&a,const F&f={}){ranges::sort(a,f);return a;} auto&unique(auto&a){sort(a).erase(ranges::unique(a).begin(),a.end());return a;} templateconcept vectorial=is_base_of_v,V>; templatestruct vec_attr{using core_type=T;static constexpr int d=0;}; templatestruct vec_attr{using core_type=typename vec_attr::core_type;static constexpr int d=vec_attr::d+1;}; templateusing core_t=vec_attr::core_type; templateistream&operator>>(istream&i,vector&v){fe(v,e)i>>e;return i;} templateostream&operator<<(ostream&o,const vector&v){fe(v,e)o<?nl:sp);return o;} templatestruct vec:vector{ using vector::vector; vec(const vector&v){vector::operator=(v);} vec&operator^=(const vec&u){this->insert(this->end(),u.begin(),u.end());return*this;} vec operator^(const vec&u)const{return vec{*this}^=u;} vec&operator++(){fe(*this,e)++e;return*this;} vec&operator--(){fe(*this,e)--e;return*this;} vec operator-()const{vec v=*this;fe(v,e)e=-e;return v;} auto lower_bound(const V&x)const{return std::lower_bound(this->begin(),this->end(),x);} ll arglb(const V&x)const{return lower_bound(x)-this->begin();} vec zeta()const{vec v=*this;if constexpr(vectorial)fe(v,e)e=e.zeta();fo(i,v.size()-1)v[i+1]+=v[i];return v;} auto seg_sum(ll a,ll b)const{assert(0<=a&&a<=b&&b<=(ll)this->size());core_tr{};if(b)r+=(*this)[b-1];if(a)r-=(*this)[a-1];return r;} }; templateauto make_vec(const ll(&s)[n],T x={}){if constexpr(n==i+1)return vec(s[i],x);else{auto X=make_vec(s,x);return vec(s[i],X);}} templatevoid setsize(const ll(&l)[n],A&...a){((a=make_vec(l,core_t())),...);} void lin(auto&...a){(cin>>...>>a);} void vin(auto&...a){fo(i,(a.size()&...))(cin>>...>>a[i]);} templatevoid pp(const auto&...a){ll n=sizeof...(a);((cout<0,c)),...);cout<interval_weight(v.size()); fo(i,N){ interval_weight[a[i]]++; interval_weight[b[i]]--; } fo(x,v.size())if(interval_weight[x])interval_weight[x]=ld{1}/interval_weight[x]; interval_weight=interval_weight.zeta(); vecres(N); fo(q,Q)res[I[q]]+=interval_weight.seg_sum(a[q],b[q]); fe(res,e)pp(e); }}