2013-2014 ACM-ICPC, NEERC, Southern Subregional Contest(2013区域赛练习)
比赛链接:http://codeforces.com/gym/100253A了B,H,I,K,L 5题,最后还是没攻下F题其它题都很顺。I题是O(n^2)的大水题,比赛时候想烦了K题没想清楚,其实是个很水的贪心,K题代码在下面K题code:#include
#include
#include
#include
usingnamespacestd;
constintmaxn=3*1e5+100;
i