【NOI2015】软件包管理器
题意:不说题解这题跟上一篇blog解题思路类似。CODE#include<cstdio> #include<algorithm>#include<cstring>using namespace std;typedef int arr[200000];arr son,fa,to,size,top,ql,qr,next,head...