字符串的查找删除
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
Description
给定一个短字符串(不含空格),再给定若干字符串,在这些字符串中删除所含有的短字符串。
Input Format
输入只有1组数据。 输入一个短字符串(不含空格),再输入若干字符串直到文件结束为止。
Output Format
删除输入的短字符串(不区分大小写)并去掉空格,输出。
in
#include
int main()
{
printf(" Hi ");
}
#clude
tma()
{
prtf("Hi");
}
Hint
注:将字符串中的In、IN、iN、in删除。
Source
CodesOnline
数组及应用4(字符数组和字符串)
- Status
- Done
- Problem
- 8
- Open Since
- 2025-12-12 0:00
- Deadline
- 2025-12-19 23:59
- Extension
- 24 hour(s)