上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页

2017年5月14日

2017 女生赛

摘要: A直接模拟 1 CE算罚时 2 后面的罚时不算 3错掉 过了才算罚时 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #include<string> #inc 阅读全文

posted @ 2017-05-14 11:10 HelloWorld!--By-MJY 阅读(144) 评论(0) 推荐(0) 编辑

2017年5月12日

51nod 1089 最长回文字串

摘要: http://blog.csdn.net/h1021456873/article/details/49507197 他写的很好 但是时间复杂度 不是很明白 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstrin 阅读全文

posted @ 2017-05-12 15:02 HelloWorld!--By-MJY 阅读(115) 评论(0) 推荐(0) 编辑

2017年5月11日

codeforces 803

摘要: A n*n的填满0的矩阵 让你放k个1 替代0 字典序最大 按对角线对称 从左往右从上往下直接走就可以了 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #in 阅读全文

posted @ 2017-05-11 22:04 HelloWorld!--By-MJY 阅读(140) 评论(0) 推荐(0) 编辑

2017年5月3日

轮廓线 DP uva 11270

摘要: 1*2 填满有多少种方法 就是状态压缩 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #include<string> #include<cmath> #in 阅读全文

posted @ 2017-05-03 12:28 HelloWorld!--By-MJY 阅读(146) 评论(0) 推荐(0) 编辑

2017年5月2日

codeforces 798

摘要: A 改变一个字符变成回文 统计要改变的数目 如果1个不一样是可以的 坑点是奇数的时候 可以改变中间那个 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #inc 阅读全文

posted @ 2017-05-02 14:44 HelloWorld!--By-MJY 阅读(180) 评论(0) 推荐(0) 编辑

2017年4月25日

省赛感想

摘要: 感觉自己在摸鱼 其实感觉是能拿银的 陈明建卡题了 导致后面的数位做不出来 注意力越来越不能集中了 很难受 其实不是很想做了 但是我觉得自己还是喜欢的 我想去拿块金牌 看到他们拿牌的时候还是很难受 虽然长大了很多 以前也是这样难受 贼弱 陈明建他们能带我就很棒了 我还想再打一年 阅读全文

posted @ 2017-04-25 20:30 HelloWorld!--By-MJY 阅读(126) 评论(0) 推荐(0) 编辑

2017年4月18日

树DP

摘要: 都类似 深搜处理出来一些信息 然后最后用一下 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #include<string> #include<cmath> 阅读全文

posted @ 2017-04-18 09:17 HelloWorld!--By-MJY 阅读(119) 评论(0) 推荐(0) 编辑

2017年4月16日

poj 3481 平衡树

摘要: 裸的treap #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #include<string> #include<cmath> #include<vector 阅读全文

posted @ 2017-04-16 19:48 HelloWorld!--By-MJY 阅读(170) 评论(0) 推荐(0) 编辑

2017年4月15日

平衡树treap的基本操作

摘要: 也是一棵平衡树所以要旋转 (pri,key); 左边小右边大 key pri 符合堆 实现log 的操作 #include<stdio.h> #include<algorithm> #include<stdlib.h> #include<cstring> #include<iostream> #in 阅读全文

posted @ 2017-04-15 15:30 HelloWorld!--By-MJY 阅读(126) 评论(0) 推荐(0) 编辑

2017年4月13日

日期时间的一些模板

摘要: #include<stdio.h> #include<algorithm> #include<cstring> #include<string> #include<cmath> #include<vector> #include<queue> using namespace std; #define 阅读全文

posted @ 2017-04-13 21:19 HelloWorld!--By-MJY 阅读(139) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 22 下一页

导航