题目描述: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as m ...
分类:
其他好文 时间:
2018-05-15 01:45:02
阅读次数:
135
描述 Given the coordinates of the vertices of a triangle,And a point. You just need to judge whether the point is in the Triangle. Given the coordinates ...
分类:
其他好文 时间:
2018-05-14 23:06:36
阅读次数:
284
题目描述: Given a non-empty string s, you may delete at most one character. Judge whether you can make it a palindrome. Example 1: Example 2: Note: 要完成的函数 ...
分类:
其他好文 时间:
2018-05-12 02:42:33
阅读次数:
169
描述 For each prefix of a given string S with N characters (each character has an ASCII code between 97 and 126, inclusive), we want to know whether the ...
分类:
其他好文 时间:
2018-05-02 20:56:41
阅读次数:
175
[抄题]: Determine whether an integer is a palindrome. An integer is a palindrome when it reads the same backward as forward. Example 1: Example 2: Examp ...
分类:
其他好文 时间:
2018-05-01 12:34:12
阅读次数:
118
题目描述: Given a word, you need to judge whether the usage of capitals in it is right or not. We define the usage of capitals in a word to be right when ...
Wireless Password Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7855 Accepted Submission(s): 25 ...
分类:
其他好文 时间:
2018-04-27 15:48:55
阅读次数:
197
[抄题]: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as m ...
分类:
其他好文 时间:
2018-04-22 10:48:54
阅读次数:
188
There are two options that you can add to the [defaults] section of the ansible.cfg file that will control whether or not .retry files are created and ...
分类:
其他好文 时间:
2018-04-13 19:04:02
阅读次数:
135
/** * @function Monitor whether the document tree is loaded. * @param fn */function domReady(fn) { if (document.addEventListener) { // 标准浏览器 document. ...
分类:
Web程序 时间:
2018-04-10 17:43:04
阅读次数:
222