摘要:
#include#include#includeusing namespace std;const int M=1000;int N,m;struct Matrix{ int mp[25][25]; Matrix() { memset(mp,0,siz... 阅读全文
摘要:
#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... 阅读全文
摘要:
#include#include#include#includeusing namespace std;const int N=100000+5;struct node{ int st,ed,id; friend bool operator q;bool cmp(node... 阅读全文