摘要:
#include #include #include #include #include #include #include using namespace std; typedef pair PII; const int maxr = 10000 + 5; const int maxc = 10 + 5; int m, n, db[maxr][maxc], cnt; //m为当前的行... 阅读全文
posted @ 2016-04-20 20:26
douzujun
阅读(392)
评论(0)
推荐(0)