摘要: 1 #include"stdio.h" 2 #include"string.h" 3 main() 4 { 5 char a[100]; 6 char b[100]; 7 char subString[100]; 8 int j; 9 printf("请输入字符串A:"); 10 scanf("%s",a); 11 ... 阅读全文
posted @ 2019-05-13 11:05 oops_w 阅读(183) 评论(0) 推荐(0) 编辑