题目链接 https://vjudge.net/problem/POJ 3617 题目 Description FJ is about to take his N (1 ≤ N ≤ 2,000) cows to the annual"Farmer of the Year" competition. ...
分类:
其他好文 时间:
2019-02-14 13:47:41
阅读次数:
172
反转字符串中的单词III 给定一个字符串,你需要反转字符串中每个单词的字符顺序,同时仍保留空格和单词的初始顺序。 示例 1: 输入: "Let's take LeetCode contest" 输出: "s'teL ekat edoCteeL tsetnoc" 注意:在字符串中,每个单词由单个空格分 ...
分类:
其他好文 时间:
2019-02-14 13:18:12
阅读次数:
139
1.打开cmd 2.复制 for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key ...
分类:
其他好文 时间:
2019-02-13 00:40:59
阅读次数:
192
CF 1114 A. Got Any Grapes? skip B. Yet Another Array Partitioning Task 将n个数分成连续的k组,使得每组的前m大的数字的总和最大。 首先可以想到肯定可以包含n个数中前 m k 大的数。所以可以先将他们标记,然后扫一遍确定每组的端点 ...
分类:
其他好文 时间:
2019-02-11 19:56:23
阅读次数:
213
CF 1114 A. Got Any Grapes? skip B. Yet Another Array Partitioning Task 将n个数分成连续的k组,使得每组的前m大的数字的总和最大。 首先可以想到肯定可以包含n个数中前 m k 大的数。所以可以先将他们标记,然后扫一遍确定每组的端点 ...
分类:
其他好文 时间:
2019-02-11 19:53:47
阅读次数:
202
Take 2 strings s1 and s2 including only letters from ato z. Return a new sorted string, the longest possible, containing distinct letters, each taken ...
分类:
其他好文 时间:
2019-02-11 10:25:28
阅读次数:
210
Do you know that there are squares within a square. This might seem confusing, but take a look at this. Suppose you have a squ ...
分类:
其他好文 时间:
2019-02-10 10:52:14
阅读次数:
170
We have an array A of non-negative integers. For every (contiguous) subarray B = [A[i], A[i+1], ..., A[j]] (with i <= j), we take the bitwise OR of al ...
分类:
其他好文 时间:
2019-02-05 14:20:04
阅读次数:
174
虽然已经进入2019年一个多月了但总感觉过完农历新年2018才真正过去。这一年对我来说是极其重要的一年我对未来职业方向的选择进行了尝试与努力并在年末基本确定了下来,同时我的世界观也更加成熟了,个人得到了许多的成长。2018年我听了一首歌can't take my eyes off you,觉得它充满 ...
分类:
其他好文 时间:
2019-02-05 11:51:43
阅读次数:
167
/* 加粗:语音部分 * 红色:单词部分 * 斜体:语法部分 * 下划线:信号词/句 */ 第 1 段 1.Listen to a conversation between a student and her public relations professor. 听一段学生和她公共关系教授的对话你... ...
分类:
其他好文 时间:
2019-02-04 16:53:42
阅读次数:
247