04 2016 档案
摘要:#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为当前的行...
阅读全文
摘要:1 #include 2 #include 3 #include 4 using namespace std; 5 6 class Object { //抽象结点数据类,用于派生实际结点数据类 7 public : 8 Object() { //可省略---因为有默认构造函数,且正好它什么都...
阅读全文
摘要:1 /*9876543210987654234522345 2 214748364723453452323452345 3 2147483647234523452323452345 4 181760911432744962345234523 5 2345234523434656346345634563测试数据*/ 6 #include 7 #include 8 #...
阅读全文