摘要:
http://codeforces.com/contest/355/problem/C枚举L和R相交的位置。 1 #include 2 #include 3 #include 4 using namespace std; 5 const __int64 inf=1e19; 6 7 int n... 阅读全文
摘要:
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5337 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 vectorg[10... 阅读全文