摘要: 1、暴力【代码】: 1 /*HDU1394暴力写法*/ 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 int A[50005]; 9 int Low[50005],Up[50005];10 int main(){... 阅读全文
posted @ 2014-06-11 17:11 little_w 阅读(196) 评论(0) 推荐(0)