摘要: hdu 1811Rank of Tetris注意一些特殊情况View Code 1 #include<iostream> 2 #include<cstdio> 3 #include<vector> 4 #include<cstring> 5 #include<cmath> 6 #include<queue> 7 #include<cstdlib> 8 #include<algorithm> 9 using namespace std;10 const int MAX=110000;11 const 阅读全文
posted @ 2012-03-10 14:03 HaoHua_Lee 阅读(99) 评论(0) 推荐(0) 编辑