【模板】大數乘法(51nod 1027)

1 #include<cstdio> 2 #include<cstring> 3 #include<algorithm> 4 #define LL long long 5 #define rg register 6 #define N 200010 7 using namespace std; 8 int n,m,len,a[N],b[N],t[N]; 9 char s[N],s2
相關文章
相關標籤/搜索