一 Words 1 say一般用作及物动词,强调说话的内容,宾语可以是名词、代词或宾语从句say sth to sb e.g. She’s saying”Don’t draw on the wall". 她在说“别在墙上画”2 speak强调说话的动作。vt时,宾语常为语言。vi时常有: speak...
分类:
其他好文 时间:
2014-07-27 09:59:42
阅读次数:
179
Reverse Words in a String考虑几个特殊的情况1.若字符窜s=" "2.字符窜s=“a b d e”3.字符窜s=“ a”class Solution {public: void reverseWords(string &s) { int i; int c...
分类:
其他好文 时间:
2014-07-26 17:03:01
阅读次数:
360
Problem Description
A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary.
Input
...
分类:
其他好文 时间:
2014-07-26 15:02:10
阅读次数:
220
You are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenati...
分类:
其他好文 时间:
2014-07-25 02:31:14
阅读次数:
210
Substring with Concatenation of All WordsYou are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices o...
分类:
其他好文 时间:
2014-07-24 22:04:02
阅读次数:
218
source insight是一款很好的c语言的程序编辑器,方便对project管理,方便程序的阅读和编辑。查找功能使用十分频繁,选项较多,与其它软件的查找功能也类似,下面对英文版的查找功能,做简单说明:
查找参数:
whole words only : 全字匹配查找
case sensitive : 区...
分类:
其他好文 时间:
2014-07-24 17:41:36
阅读次数:
233
Reverse Words in a StringGiven an input string, reverse the string word by word.For example,Given s = "the sky is blue",return "blue is sky the".click...
分类:
其他好文 时间:
2014-07-24 09:57:33
阅读次数:
179
Description:You are given a string,S, and a list of words,L, that are all of the same length. Find all starting indices of substring(s) in S that is a...
分类:
其他好文 时间:
2014-07-23 20:35:05
阅读次数:
246
Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the". Clarification: What consti...
分类:
其他好文 时间:
2014-07-22 23:41:47
阅读次数:
380
Single doesn't always mean lonely and Relationship doesn't always mean happy.(单身并非一定孤独,恋爱并非注定幸福.)People who care,use words to express. People who care...
分类:
其他好文 时间:
2014-07-22 22:43:54
阅读次数:
202