搜索资源列表
Find_a_matching_string
- 程序接收用户键入的一个关键字以及一个句子,如果句子中不包含关键字则显示’No match!’;如果句子中包含关键字则显示’Match’,且把该字在句子中的位置用十六进制数显示出来。要求程序的执行过程如下: Enetr keyword:abc Enter Sentence :We are studying abc. Match at location:11 H of the sentence. Enter Sentence:xyz,OK? No match. Enter S