摘要: #include<bits/stdc++.h>using namespace std;const int maxn = 1e4;int n,m;int mod =1e4;int temp[maxn][maxn];int res[maxn][maxn],a[maxn][maxn];void mul(i 阅读全文
posted @ 2022-09-13 09:09 ganl啦 阅读(276) 评论(0) 推荐(0)