摘要: LightOJ 1245 Harmonic Number (II) 总结:看了题解,很严谨,但又确实恶心的题 题意:求n/1+n/2+....+n/n,n<=2^31。 #include<iostream> #include<cstring> #include<cmath> #include<que 阅读全文
posted @ 2016-09-13 23:58 v9fly 阅读(340) 评论(0) 推荐(0) 编辑
摘要: 1、LightOJ 1370 Bi-shoe and Phi-shoe 欧拉函数 2、总结: #include<iostream> #include<cstring> #include<cmath> #include<queue> #include<algorithm> #include<cstdi 阅读全文
posted @ 2016-09-13 23:52 v9fly 阅读(204) 评论(0) 推荐(0) 编辑