摘要: #include#include#includeusing namespace std;const int M=1000;int N,m;struct Matrix{ int mp[25][25]; Matrix() { memset(mp,0,siz... 阅读全文
posted @ 2015-08-07 14:59 xryz 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;typedef long long LL;const int n=10;int kt,m;struct Matrix{ int mp[n][n];};Matrix mul(Matrix a,Matrix b){ i... 阅读全文
posted @ 2015-08-07 13:29 xryz 阅读(107) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;const int N=100000+5;struct node{ int st,ed,id; friend bool operator q;bool cmp(node... 阅读全文
posted @ 2015-08-07 10:45 xryz 阅读(108) 评论(0) 推荐(0) 编辑