摘要:
http://acm.cs.ecnu.edu.cn/problem.php?problemid=1468解题报告:http://www.cnblogs.com/blackcruiser/articles/1997097.htmlView Code 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<cmath> 6 #include<queue> 7 #include<stack> 阅读全文