摘要: 给定一个短字符串(不含空格),再给定若干字符串,在这些字符串中删除所含有的短字符串。 输入只有1组数据。输入一个短字符串(不含空格),再输入若干字符串直到文件结束为止。 删除输入的短字符串(不区分大小写)并去掉空格,输出。 注:将字符串中的In、IN、iN、in删除。 这个代码主要是几个函数的使用: 阅读全文
posted @ 2018-03-23 21:01 Shaw_喆宇 阅读(548) 评论(0) 推荐(0) 编辑
摘要: Find a longest common subsequence of two strings. First and second line of each input case contain two strings of lowercase character a…z. There are n 阅读全文
posted @ 2018-03-23 13:40 Shaw_喆宇 阅读(255) 评论(0) 推荐(0) 编辑