Description Great Bytelandish的超级市场网络请你编写一个程序模拟促销商品的成本费用(simulating costs of the promotionbeing prepared).推销商品要遵守以下规则: 1. 想参与促销的顾客在自己的帐单上写下个人信息,然后将票据投入一个特制的投票箱中. 2. 促销期间,每天结束后,有2张票据将被取出--消费金额最大的和最小的两张帐单.消费金额最大的那位顾客得到的奖品价值等于取出的2张帐单的差额. 3. 为了避免多次得奖,所有取出…
查最小值,删除,翻转... 显然splay啊... #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #define N 200005 #define inf 0x3f3f3f3f using namespace std; int n; ], fa[N]; int a[N]; int mn[N],zhi[N],size[N]; void push_up(int…