
数论
shuangyueliao
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Just the Facts
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=7&problem=509&mosmsg=Submission+received+with+ID+15627206 #include using namespace std; int main原创 2015-06-14 14:14:25 · 531 阅读 · 0 评论 -
10110 - Light, more light
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=13&problem=1051&mosmsg=Submission+received+with+ID+15626547 http://bbs.qzzn.com/read-htm-tid-12220原创 2015-06-14 10:58:22 · 381 阅读 · 0 评论 -
两个数组各个数相加或相乘变成一个矩阵求第K大
http://www.cnblogs.com/cdyboke/p/4925069.html http://blog.youkuaiyun.com/sunnianzhong/article/details/8932374转载 2016-05-25 23:53:39 · 840 阅读 · 0 评论 -
2016百度之星A题
http://bestcoder.hdu.edu.cn/contests/contest_showproblem.php?cid=690&pid=1001 #include #include #include using namespace std; char c[100000+10]; int dp[100000+10]; int quickmod(int x,int y)原创 2016-05-14 19:11:04 · 578 阅读 · 0 评论