Good Communication Is the Best Policy The relationship between parents and children might be different at different ages.And for young people at their ...
分类:
其他好文 时间:
2019-05-28 00:46:31
阅读次数:
872
有N个点(N=0那么这个点为定义为good。现在给这N个点间连上N 1条边,使它们构成一个生成树,定义树中的点为great点当且仅当这个点本身是good点且与其相邻的点中至少有另一个good点。树的价值等于树中所有great点的价值和。定义限制价值树是指价值不大于maxVal的树,问对给定的val[ ...
分类:
其他好文 时间:
2019-05-18 15:32:32
阅读次数:
95
1.Hold on.等一等。(电话用语) 2. I’m home.我回来了。 3. Good luck! 祝你好运! 4.Not bad.还不错。 5. Shut up! 闭嘴! 6. Watch out! 当心。 7.Never mind.不要紧。 8. Follow me. 跟着我。 9. Le ...
分类:
其他好文 时间:
2019-05-14 16:17:33
阅读次数:
696
近期做了个JAVA工程师分类, JAVA工程师可能是市场上最多类的程序员: 初级JAVA工程师的基本要求Good basic programming skills 良好基本编程技能Foundational Java knowledge JAVA基础知识Object-Oriented Programm... ...
分类:
编程语言 时间:
2019-05-10 23:16:00
阅读次数:
168
Take away from NGCONF talk. It is a good show case to how to use decorator. One take away is that we can use 'symbol' to uqine key. ...
分类:
其他好文 时间:
2019-05-10 20:39:49
阅读次数:
140
Little Sub and Johann 题目描述 Little Sub and Johann are good friends and they often play games together. Recently, they like playing with stones.They hav ...
分类:
其他好文 时间:
2019-05-04 22:31:27
阅读次数:
200
X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that is different from X. Each digit must be rotate ...
分类:
其他好文 时间:
2019-04-26 22:26:54
阅读次数:
143
GOOD NIGHT 诸位,这是最小生成树的模板(掌声) 最小生成树 以下是题目链接:FOR——MIKU 代码如下 ...
分类:
其他好文 时间:
2019-04-26 20:51:17
阅读次数:
147
"Max answer" 与 "POJ 2796 Feel Good" 类似,但是这个题有负数,需要特殊处理一下 ...
分类:
其他好文 时间:
2019-04-24 17:37:12
阅读次数:
133
题目:http://codeforces.com/problemset/problem/264/B 题意:给你一个递增序列,然后找出满足两点要求的最长子序列 第一点是a[i]>a[i-1] 第二点 gcd(a[i],a[i-1])>1 也就是说两个数不能互质 找出最长的子序列长度 思路:首先想互质问 ...
分类:
其他好文 时间:
2019-04-18 00:56:24
阅读次数:
137