import nnloglog = nnlog.Logger('test.log',level='error',backCount=5,when='D') #默认是debug级别最低的,默认保留5天的backCount when='D' # D H M S D=天,H=小时,M=分钟 S=秒log. ...
分类:
编程语言 时间:
2019-05-13 21:24:52
阅读次数:
157
题解: 一道很套路的题目 首先一个结论 $\phi(xy)=\frac{\phi(x)*\phi(y)*gcd(x,y)}{\phi(gcd(x,y))}$ 这个按照$\phi$的定义很容易知道 ...
分类:
其他好文 时间:
2019-02-08 23:25:26
阅读次数:
215
"传送门" 简化题意:给出一棵$n$个点的树,编号为$1$到$n$,第$i$个点的点权为$a_i$,保证序列$a_i$是一个$1$到$n$的排列,求 $$ \frac{1}{n(n 1)} \sum\limits_{i=1}^n \sum\limits_{j=1}^n \varphi(a_ia_j) ...
分类:
其他好文 时间:
2019-01-17 21:20:29
阅读次数:
181
安装Python基础的几个数据分析库: pip install pandas pip install numpy pip install scipy pip install scikit-surprise 值得注意的是,在安装scikit-surprise库的时候需要提前安装Microsoft Vi ...
分类:
编程语言 时间:
2018-12-03 00:46:49
阅读次数:
210
Futures is a framework for expressing asynchronous code in C++ using the Promise/Future pattern. Overview Folly Futures is an async C++ framework insp ...
分类:
其他好文 时间:
2018-07-24 13:12:57
阅读次数:
196
题意 给你一棵$n$ 个点的树,每个点有权值 $a_i$? $a$ 为一个排列 求 $$\frac{1}{n(n?1)}?\sum_{i=1}^{n}\sum_{j=1}^{n}\varphi(a_ia_j)dist_{i,j}$$ $n≤200000$ 答案对 $10^9+7$ 取模 Sol 莫比 ...
分类:
其他好文 时间:
2018-05-31 00:18:41
阅读次数:
194
给所有女生的surprise(请点击图片) 男生here(点击下面图片!) Panisme ...
分类:
其他好文 时间:
2018-03-08 02:37:21
阅读次数:
203
题目大意 给你一棵$n$个点的树,每个点有权值$a_i$,$a$为一个排列,求 $$ \frac{1}{n(n 1)}\sum_{i=1}^n\sum_{j=1}^n \varphi(a_ia_j)dist_{i,j} $$ $n\leq 200000$ 题解 "欧拉phi函数" $$ \begin ...
分类:
其他好文 时间:
2018-03-05 21:39:54
阅读次数:
206
题目描述 This year Alex has finished school, and now he is a first-year student of Berland State University. For him it was a total surprise that even tho ...
分类:
其他好文 时间:
2018-02-02 18:36:57
阅读次数:
191
CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only 99.9 yuan le ...
分类:
其他好文 时间:
2017-11-07 01:33:45
阅读次数:
239