Structures: 给定三角形的直角边,问可以有多少种三角形。 T<=10 , N<=1e15 ,times<=1s. Shared cathetus (easy): 给定三角形的直角边,问可以有多少种三角形。T<=1e5,N<=1e9,times<=1.899s. Pythagorean Tr ...
分类:
其他好文 时间:
2018-05-23 02:28:45
阅读次数:
192
原文:https://iwringer.wordpress.com/2015/08/03/patterns-for-streaming-realtime-analytics/ Introduction More and more use cases, we want to react to data ...
分类:
移动开发 时间:
2018-05-21 00:06:02
阅读次数:
241
Given a sequence of n numbers a1, a2, ..., an and a number of k-queries. A k-query is a triple (i, j, k) (1 ≤ i ≤ j ≤ n). For each k-query (i, j, k), ...
分类:
其他好文 时间:
2018-05-18 00:27:32
阅读次数:
234
JavaScript提供三种不同的值比较操作: 严格相等 ("triple equals" 或 "identity"),使用 , 宽松相等 ("double equals") ,使用 == 以及 Object.is (ECMAScript 2015/ ES6 新特性) 简而言之,在比较两件事情时,双 ...
分类:
Web程序 时间:
2018-05-14 12:27:53
阅读次数:
274
function test data test result ...
分类:
Web程序 时间:
2018-05-02 02:28:10
阅读次数:
225
真是个愉悦的故事>_< $\newcommand{\pretty}[1]{\begin{align*}#1\end{align*}}$设$\pretty{A(x)=\sum\limits_{i=1}^nx^{a_i},B(x)=\sum\limits_{i=1}^nx^{2a_i},C(x)=\su ...
分类:
其他好文 时间:
2018-04-20 22:13:23
阅读次数:
199
原题链接: "https://leetcode.com/problems/ugly number ii/description/" 《剑指Offer》上面的原题,我已经看过解答了,就不废话了: Java / Created by clearbug on 2018/2/26. / public cla ...
分类:
其他好文 时间:
2018-04-06 19:35:50
阅读次数:
145
You're given a sequence s of N distinct integers.Consider all the possible sums of three integers from the sequence at three different indicies.For ea ...
分类:
其他好文 时间:
2018-04-04 23:29:20
阅读次数:
223
Triple Description 我们讲一个悲伤的故事。 从前有一个贫穷的樵夫在河边砍柴。 这时候河里出现了一个水神,夺过了他的斧头,说: “这把斧头,是不是你的?” 樵夫一看:“是啊是啊!” 水神把斧头扔在一边,又拿起一个东西问: “这把斧头,是不是你的?” 樵夫看不清楚,但又怕真的是自己的斧 ...
分类:
其他好文 时间:
2018-03-31 14:48:17
阅读次数:
156
生成函数+FFT 之前做了几道感觉推完式子都是FFT的纯板子题,然后做这道题想到了容斥,但是不知道应该怎么上FFT,因为这个并不是纯卷积,或者说纯卷积十分累赘复杂。 FFT其实只是一个多项式点值表达式和系数表达式之间转换的一个工具,我们要做的就是理清楚各个多项式之间准确的关系,或者把卷积转化成原始的 ...
分类:
其他好文 时间:
2018-02-26 21:52:11
阅读次数:
165