--》 git push Counting objects: 81, done.Delta compression using up to 4 threads.Compressing objects: 100% (50/50), done.^Citing objects: 64% (52/81), ...
分类:
其他好文 时间:
2019-06-17 11:12:18
阅读次数:
181
发现个好玩的东东, 忍不住想分享出来, 好可爱, 哈哈哈~~ node环境执行命令: npm i cowsay -D npx cowsay hello! npx cowsay -f sheep hi,friends~ npx cowsay -f milk healthy~ npx cowsay -f ...
分类:
其他好文 时间:
2019-06-03 21:58:59
阅读次数:
134
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:
其他好文 时间:
2019-05-25 13:17:50
阅读次数:
111
Given a non negative integer number num. For every numbers i in the range 0 ≤ i ≤ num calculate the number of 1's in their binary representation and r ...
分类:
其他好文 时间:
2019-05-24 14:13:34
阅读次数:
85
Boring counting $$ Time Limit: 1000 ms \quad Memory Limit: 32768 kB $$ 题意 给出一个字符串,求出其中出现两次及以上的子串个数,要求子串之间不可以重合。 思路 对字符串后缀数组,然后枚举子串长度 $len$,若某一段连续的 $sa ...
分类:
编程语言 时间:
2019-05-24 01:05:23
阅读次数:
112
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child. Input Specification: Each inp ...
分类:
其他好文 时间:
2019-05-20 21:27:17
阅读次数:
164
样例一 __输入__ 4 1 4 3 2 __输出__ 3 样例二 __输入__ 5 9 1 0 0 5 __输出__ 8 题解 这是本人自己想了2个半小时才想出来的方法,~~稍稍有点复杂~~但是很好理解 题目的意思就是给定一个数组,求有多少个数字不同的顺序对和逆序对(SaSd) 那么总方案数应该就 ...
分类:
其他好文 时间:
2019-05-12 14:09:44
阅读次数:
135
引用计数(Reference Counting) 循环引用问题 标记清除(Mark and Sweep) 内存池(Memory Pools) Eden 是内存中的一个区域, 用来分配新创建的对象 。存活区(Survivor Spaces)Eden 区的旁边是两个存活区, 称为 from 空间 和 ...
分类:
其他好文 时间:
2019-05-08 23:02:20
阅读次数:
137
Given n integers. You have two operations: U A B: replace the Ath number by B. (index counting from 0) Q A B: output the length of the longest consecu ...
分类:
其他好文 时间:
2019-05-03 11:27:10
阅读次数:
185
题意 Language:DefaultEspa?olThe Counting Problem Time Limit: 3000MSMemory Limit: 65536KTotal Submissions: 5070Accepted: 2590DescriptionGiven two integer ...
分类:
其他好文 时间:
2019-05-03 09:47:47
阅读次数:
100