摘要: 1 #include<iostream> 2 #define Max 50 3 using namespace std; 4 typedef char ElemType; 5 6 typedef struct 7 { 8 ElemType data[Max]; 9 int length; 10 }s 阅读全文
posted @ 2020-03-18 22:23 Arielsixsixsix 阅读(137) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int a1[202]={0},b1[202]={0},c1[203]={0},i; int alen 阅读全文
posted @ 2020-03-18 22:21 Arielsixsixsix 阅读(367) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int alen=strlen(a),blen=strlen(b); int a1[202]={0}, 阅读全文
posted @ 2020-03-18 17:34 Arielsixsixsix 阅读(118) 评论(0) 推荐(0) 编辑