摘要: #include #include #include using namespace std; int main(){ int a[100001],b[100001],c[100001],lena,lenb,lenc,i,j,x; char n[100001],n1[100001],n2[100001]; memset(a,0,sizeof(a)); memset... 阅读全文
posted @ 2019-03-03 16:59 李白莘莘学子 阅读(441) 评论(0) 推荐(0)
摘要: 代码如下: 阅读全文
posted @ 2019-03-03 11:39 李白莘莘学子 阅读(180) 评论(0) 推荐(0)
摘要: 主代码如下: #include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ char al[101],bl[101]; int a[101],b[101],c[10001],lena,le 阅读全文
posted @ 2019-03-03 11:12 李白莘莘学子 阅读(355) 评论(0) 推荐(0)