上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 50 下一页
摘要: 团体程序设计天梯赛代码。体现代码技巧,比赛技巧。 https://github.com/congmingyige/cccc_code 阅读全文
posted @ 2019-04-16 22:11 congmingyige 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 团体程序设计天梯赛代码。体现代码技巧,比赛技巧。 https://github.com/congmingyige/cccc_code 阅读全文
posted @ 2019-04-16 22:08 congmingyige 阅读(368) 评论(0) 推荐(0) 编辑
摘要: bitset就像一个bool类型(0/1)的数组一样,但是有空间优化——bitset中的一个元素一般只占1 bit,相当于一个char元素所占空间的八分之一。同时速度快,另外可以减少运算。如交集(and),并集(or),<< | 等,速度变为原来1/32(之前是每个int处理一次,1 bitset 阅读全文
posted @ 2019-04-16 16:52 congmingyige 阅读(279) 评论(0) 推荐(0) 编辑
摘要: 1. ll a; scanf("%d",&a); 数据读入后,产生错误 2. const ll inf=1e18; 3. int * ll = ll ll * int = ll 但1ll * 数字(int) = int 如100000*n得到ll,1ll*100000是错误的,要写成100000ll 阅读全文
posted @ 2019-04-16 14:26 congmingyige 阅读(508) 评论(0) 推荐(0) 编辑
摘要: 选项->启用数学公式支持 \begin{equation*} \begin{split} &xxx\\ &xxx\\ \end{split} \end{equation*} 如 \begin{equation*}\begin{split}&xxx\\&xxx\\\end{split}\end{equ 阅读全文
posted @ 2019-04-15 22:36 congmingyige 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Pro&Sol 链接: https://pan.baidu.com/s/17Tt3EPKEQivP2-3OHkYD2A 提取码: wbnu 复制这段内容后打开百度网盘手机App,操作更方便哦 6491 时间间隔 6491 时间间隔 S距离2050年1月1日0点0时0分多少秒 2050_value-t 阅读全文
posted @ 2019-04-15 22:28 congmingyige 阅读(400) 评论(0) 推荐(0) 编辑
摘要: HPrefix Sum study from : https://blog.csdn.net/mitsuha_/article/details/81774727 k较小。分离x和k。 另外的可能:求a[k][x],x不确定,想到的是求sum(a[k][1]+a[k][2]+...+a[k][x]), 阅读全文
posted @ 2019-04-14 22:08 congmingyige 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/12gSzPHEgSNbT5Dl2QqDNpA 提取码:fw39 复制这段内容后打开百度网盘手机App,操作更方便哦 D Grid G Multithread 模拟 inf long long I Tree 贪心,一颗子树的权值和大于某个值则使用 阅读全文
posted @ 2019-04-14 16:10 congmingyige 阅读(444) 评论(0) 推荐(0) 编辑
摘要: study from : http://hihocoder.com/contest/hiho127/problem/1 http://hihocoder.com/contest/hiho128/problem/1 阅读全文
posted @ 2019-04-12 20:50 congmingyige 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 偏序问题: https://www.luogu.org/blog/Owencodeisking/post-xue-xi-bi-ji-cdq-fen-zhi-hu-zheng-ti-er-fen 优质题目: https://oi.men.ci/tag/cdq/ 看思想: https://www.cnb 阅读全文
posted @ 2019-04-12 20:35 congmingyige 阅读(328) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 50 下一页