摘要: 1 #include <stdio.h> 2 #include<conio.h> 3 #include <iostream> 4 #include <string.h> 5 void main() 6 { 7 int i,j,k,count; 8 char s1[100],s2[100]; 9 printf("Please enter main string:");10 gets(s1);11 printf("enter sub string:");12 gets(s2);13 count=0;14 for 阅读全文
posted @ 2013-06-04 07:34 herizai 阅读(203) 评论(0) 推荐(0) 编辑