摘要: 2016暑假总结 暑假已经结束,是时候写一波总结(流水账)了。 7月14号返校,先是16号打了一波CCCC,虽然比初赛发挥好一点,然而还是没拿到奖,sad... 总的来讲,今年比去年还是要充实很多的,去年暑假由于个人原因一直没有集中精力来训练,赛后没有及时补题和改题,实力没有得到本质提升,导致去年在 阅读全文
posted @ 2016-08-30 22:33 Sunshine_tcf 阅读(409) 评论(0) 推荐(0) 编辑
摘要: Bus to Udayland 题目链接: http://codeforces.com/contest/711/problem/A Description Input Output Examples Note 题意: 找有没有相邻座位. 题解: 暴力判断一下即可. 代码: cpp include i 阅读全文
posted @ 2016-08-30 00:17 Sunshine_tcf 阅读(455) 评论(0) 推荐(0) 编辑
摘要: Chris and Magic Square 题目链接: http://codeforces.com/contest/711/problem/B Description Input Output Examples Note 题意: 在n n的矩阵中填充一个数,使得每行、每列、对角线的和均相等. 题解 阅读全文
posted @ 2016-08-30 00:15 Sunshine_tcf 阅读(317) 评论(0) 推荐(0) 编辑
摘要: Coloring Trees 题目链接: http://codeforces.com/contest/711/problem/C Description Input Output Examples Note 题意: n个树中有部分未染色,现要使得用最小代价染色完,且数串可以恰好划分为k段. 题解: 阅读全文
posted @ 2016-08-30 00:07 Sunshine_tcf 阅读(286) 评论(0) 推荐(0) 编辑