After inventing Turing Tree, 3xian always felt boring when solving problems about intervals, because Turing Tree could easily have the solution. As we ...
分类:
编程语言 时间:
2019-08-06 21:27:24
阅读次数:
172
F. Vanya and Label While walking down the street Vanya saw a label "Hide&Seek". Because he is a programmer, he used & as a bitwise AND for these two w ...
分类:
编程语言 时间:
2019-08-06 13:48:32
阅读次数:
99
2002年印度数学家Manindra Agrawal, Neeraj Kayal,Nitin Saxena 给出了一个是否为素数的判别准则。 $$(x-a)^p \equiv (x^p-a)(mod \ p)$$ 证: $\because (x-a)^p = x^p + \sum_{i=1}^{p- ...
分类:
其他好文 时间:
2019-08-06 11:13:59
阅读次数:
132
Description After inventing Turing Tree, 3xian always felt boring when solving problems about intervals, because Turing Tree could easily have the sol ...
分类:
其他好文 时间:
2019-08-06 10:35:39
阅读次数:
93
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just two one's ...
分类:
其他好文 时间:
2019-08-05 15:45:05
阅读次数:
87
B: Mathematical Curse 题目描述 A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and ...
分类:
其他好文 时间:
2019-08-03 11:02:51
阅读次数:
96
CSE 274Summer 2019Project #5Hash Table with Separate Chaining and TreesThere are 2 parts to this assignment: Complete the set that uses a hash table i ...
分类:
其他好文 时间:
2019-08-01 20:10:31
阅读次数:
100
余数求和 对于任意整数 $x\in[1,n]$ 设 $g(x)=\lfloor\frac{k}{\lfloor\frac{k}{x}\rfloor}\rfloor$ $\because f(x)=k/x$ 单调递减 又 $g(x)=\lfloor\frac{k}{\lfloor\frac{k}{x} ...
分类:
其他好文 时间:
2019-07-30 21:22:32
阅读次数:
90
While exploring his many farms, Farmer John has discovered a number of amazing wormholes. A wormhole is very peculiar because it is a one-way path tha ...
分类:
其他好文 时间:
2019-07-30 00:57:08
阅读次数:
131