上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页
摘要: 学习博客:https://www.cnblogs.com/cmmdc/p/7337611.html 学习博客:https://blog.csdn.net/bestsort/article/details/82947639 思路看的是第一篇博客,代码用的第二篇博客,本人不喜欢用指针。。。 首先简要介绍 阅读全文
posted @ 2019-05-29 17:52 执||念 阅读(327) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4858 项目管理 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submiss 阅读全文
posted @ 2019-05-27 16:04 执||念 阅读(200) 评论(0) 推荐(0)
摘要: 题目链接:http://poj.org/problem?id=2299 Ultra-QuickSort Time Limit: 7000MS Memory Limit: 65536K Total Submissions: 75831 Accepted: 28402 Description In th 阅读全文
posted @ 2019-05-20 21:42 执||念 阅读(374) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=6534 Chika and Friendly Pairs Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 524288/524288 K (Jav 阅读全文
posted @ 2019-05-20 20:48 执||念 阅读(922) 评论(0) 推荐(0)
摘要: 学习链接:https://www.cnblogs.com/hua-dong/p/7943983.html unique用来去掉数组中相邻的重复的元素 被包含在algorithm头文件中 看代码: 当数组从1开始存储时,看下面的情况: 阅读全文
posted @ 2019-05-19 19:40 执||念 阅读(336) 评论(0) 推荐(0)
摘要: 题目链接:http://poj.org/problem?id=2155 Matrix Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 34697 Accepted: 12542 Description Given an N*N m 阅读全文
posted @ 2019-05-18 20:36 执||念 阅读(298) 评论(0) 推荐(0)
摘要: 学习博客:http://www.cnblogs.com/flashhu/p/8297581.html 题目链接:https://www.luogu.org/problemnew/show/P3919 很裸的可持久化线段树板子题。可持久嘛!就是当出现历史版本的时候,能够非常方便地维护一个区间的历史版本 阅读全文
posted @ 2019-05-18 17:19 执||念 阅读(176) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1556 Color the ball Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tot 阅读全文
posted @ 2019-05-18 15:22 执||念 阅读(189) 评论(0) 推荐(0)
摘要: void write(LL x) { if(x9) write(x/10); putchar(x%10+'0'); } 阅读全文
posted @ 2019-05-14 20:13 执||念 阅读(369) 评论(0) 推荐(0)
摘要: 直接上代码: 阅读全文
posted @ 2019-05-14 19:09 执||念 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 34 下一页