3488: 字符串的查找删除
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
[md]
给定一个短字符串(不含空格),再给定若干字符串,在这些字符串中删除所含有的短字符串。
[/md]
Sample Input Copy
in
#include
int main()
{
printf(" Hi ");
}
Sample Output Copy
#clude
tma()
{
prtf("Hi");
}