Problem 2735 --String - Finding a Word

2735: String - Finding a Word

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $212$ 正确数量 $76$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 STL 字符串

Finding a Word 

Write a program which reads a word W and a text T, and prints the number of word W which appears in text T 

T consists of string Ti separated by space characters and newlines. Count the number of Ti which equals to W. The word and text are case insensitive.

In the first line, the word W is given. In the following lines, the text T is given separated by space characters and newlines. 

"END_OF_TEXT" indicates the end of the text.

Print the number of W in the text.
computer
Nurtures computer scientists and highly-skilled computer engineers
who will create and exploit "knowledge" for the new era.
Provides an outstanding computer environment.
END_OF_TEXT
3

The length of W ≤ 10 

W consists of lower case letters 

The length of T in a line ≤ 1000

推荐代码 查看2735 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] 计科202夏蔚 802243 2021-12-21 16:17:33
内存最少[$0 $KB] 我还小可以上去插队吗 547903 2019-12-07 23:46:14
第一AC 刘成健 318570 2018-11-18 22:20:14
第一挑战 刘成健 318502 2018-11-18 22:12:10

赛题来源/所属竞赛 会津大学《C++ Programming I》 C++程序设计(入门)

竞赛编号 竞赛名称 竞赛时间 访问比赛
1676 2021-2022-1学期《程序设计技能实训》字符串和指针【21计算机1234班】 2021-12-14 07:00:00 请登录
1488 2019-2020-1学期《C语言程序设计技能实训》第三场:字符串和指针【19计算机12班】 2019-12-04 22:00:00 请登录