摘要: #include "stdio.h"#include "string.h"int main(){ char a[1010],b[1010]; //a为子串,b为母串 int N; scanf("%d",&N); while(N) { scanf("%s%s",a,b... 阅读全文
posted @ 2014-08-10 22:13 静以养身 俭以养德 阅读(135) 评论(0) 推荐(0)
摘要: #include "stdio.h"#include "string.h"int main(){ char a[1010],b[1010]; //a为子串,b为母串 int N; scanf("%d",&N); while(N) { scanf("%s%s",a,b... 阅读全文
posted @ 2014-08-10 22:13 静以养身 俭以养德 阅读(118) 评论(0) 推荐(0)