Running to the End(Codeforces & AtCoder 百套计划)
...Reserved for the future...
仿照xxy dalao的CF&CC百套计划,做了一个Codeforces & AtCoder 百套计划,按这个速度刷下去,每周大约能做3-4场比赛,争取在NOIp 2018前完成100套比赛的题解,把自己的水平提高到NOIp水平。路漫漫其修远兮。如果这两个平台的题目不够的话,可能还会加上CodeChef的比赛吧。(CodeChef网站服务器垃圾,比赛强度太低并且频度太低,不做了)
永久地址:Contests
自己还是太弱了。还是要多做题。做做Codeforces和AtCoder的题目。
...qwq... 可能CF暂时就打打Div.2吧,题解编号将会很有规律。
对于文章的编号,按如下规则:
https://www.cnblogs.com/TheRoadToAu/p/Codeforces-467-Div2.html
前面的部分是博客园给定的,无法修改,题解的友好地址名遵循以下命名规则:
平台-比赛次数-分组
例如Codeforces Round #467 Div. 2的题解就是Codeforces-467-Div2.html
特别的,对于AtCoder,友好地址名规定如下:
AtCoder-比赛类型-比赛次数 其中比赛类型取比赛每个单词的首字母
例如AtCoder Grand Contest 089的题解就是AtCoder-AGC-089.html
附表说明AtCoder的比赛类型:
比赛类型(完整名称) | 对应的缩写 |
AtCoder Grand Contest | AGC |
AtCoder Regular Contest | ARC |
AtCoder Beginner Contest | ABC |
以后考虑打打CodeChef的比赛(再说吧)。
暂时仅限这两个平台。如果有题解更新不及时的问题,那么极有可能是比赛时间不是很好,我没法做,不过稍后(一周内)应该还是会补上的。
对于Codeforces的题目,在我爬到Div. 1之前,先做Div. 2的题目,也就仅有Div. 2的题解。如果找不到的话,也没办法了qwq
Past & Flag
下列比赛已经完成了题解。
- AtCoder Grand Contest 021 (Rating == 75)
- Codeforces Round #467 Div. 2 (Rating == 1408)
- AtCoder Beginner Contest 089 (Rating == 184)
- Codeforces Round #468 Div. 2 (NULL)
- Codeforces Round #469 Div. 2 (NULL)
- Codeforces Round #470 Div. 2 (NULL)
下列比赛是我准备参加的比赛(一周内),不出现什么意外的话,应该能写/翻译个题解。
- AtCoder Beginner Contest 090
- AtCoder Regular Contest 090(Beginner Contest太水,做Regular吧)(与上面的时间冲突,做那个视难度而定,不过题解应该都会写)
下列比赛是因为时间问题无法参加的比赛(一周内),题解应该会有。
- Codeforces Round #469 Div. 2
UPD:题解落下了很多,趁SDOI前停课的几天补一些吧。
- Codeforces Round #469 Div. 2
- Codeforces Round #470 Div. 2
- Codeforces Round #471 Div. 2
- Codeforces Round #472 Div. 2
- AtCoder Beginner Contest 090
- AtCoder Regular Contest 091
- AtCoder Beginner Contest 091
- AtCoder Regular Contest 092
- AtCoder Beginner Contest 092
- AtCoder Regular Contest 092
- AtCoder Grand Contest 022
Running to the End(Codeforces & AtCoder 百套计划)的更多相关文章
- CF&&CC百套计划4 Codeforces Round #276 (Div. 1) A. Bits
http://codeforces.com/contest/484/problem/A 题意: 询问[a,b]中二进制位1最多且最小的数 贪心,假设开始每一位都是1 从高位i开始枚举, 如果当前数&g ...
- CF&&CC百套计划4 Codeforces Round #276 (Div. 1) E. Sign on Fence
http://codeforces.com/contest/484/problem/E 题意: 给出n个数,查询最大的在区间[l,r]内,长为w的子区间的最小值 第i棵线段树表示>=i的数 维护 ...
- CF&&CC百套计划1 Codeforces Round #449 C. Willem, Chtholly and Seniorious (Old Driver Tree)
http://codeforces.com/problemset/problem/896/C 题意: 对于一个随机序列,执行以下操作: 区间赋值 区间加 区间求第k小 区间求k次幂的和 对于随机序列, ...
- CF&&CC百套计划3 Codeforces Round #204 (Div. 1) E. Jeff and Permutation
http://codeforces.com/contest/351/problem/E 题意: 给出一些数,可以改变任意数的正负,使序列的逆序对数量最少 因为可以任意加负号,所以可以先把所有数看作正数 ...
- CF&&CC百套计划3 Codeforces Round #204 (Div. 1) B. Jeff and Furik
http://codeforces.com/contest/351/problem/B 题意: 给出一个n的排列 第一个人任选两个相邻数交换位置 第二个人有一半的概率交换相邻的第一个数>第二个数 ...
- CF&&CC百套计划3 Codeforces Round #204 (Div. 1) A. Jeff and Rounding
http://codeforces.com/problemset/problem/351/A 题意: 2*n个数,选n个数上取整,n个数下取整 最小化 abs(取整之后数的和-原来数的和) 先使所有的 ...
- CF&&CC百套计划3 Codeforces Round #204 (Div. 1) D. Jeff and Removing Periods
http://codeforces.com/problemset/problem/351/D 题意: n个数的一个序列,m个操作 给出操作区间[l,r], 首先可以删除下标为等差数列且数值相等的一些数 ...
- CF&&CC百套计划1 Codeforces Round #449 B. Ithea Plays With Chtholly
http://codeforces.com/contest/896/problem/B 题意: 交互题 n张卡片填m个1到c之间的数,1<=n*ceil(c/2)<=m 最后填出一个单调非 ...
- CF&&CC百套计划1 Codeforces Round #449 A. Nephren gives a riddle
http://codeforces.com/contest/896/problem/A 第i个字符串嵌套第i-1个字符串 求第n个字符串的第k个字母 dfs #include<map> # ...
随机推荐
- 申请Letencrypt的免费证书文件-nginx
1.前言 Let's Encrypt是国外一个公共的免费SSL项目,由 Linux 基金会托管,它的来头不小,由Mozilla.思科.Akamai.IdenTrust和EFF等组织发起,目的就是向网站 ...
- SQL 用户定义表类型,在存储过程里使用数据类型作參数
在数据库编程里使用数据类型,能够提高代码的重用性.它们常常被使用在方法和存储过程中.使用数据类型,我们能够避免在存储过程里定义一串的參数,让人眼花缭乱,它就相当于面向对象语言里.向一个方法里传入一个对 ...
- Axure RP一个专业的高速原型设计工具
Axure RP是一个专业的高速原型设计工具.Axure(发音:Ack-sure),代表美国Axure公司.RP则是Rapid Prototyping(高速原型)的缩写. Axure简要介绍 Axur ...
- Android 绘制圆形图片
经常在项目中,会遇到使用圆形头像. 然而图片往往不是圆形的,我们须要对图片进行处理.以达到圆形图片的效果.这里.我总结了一下经常使用的android圆形图片的绘制的方法. 主要有以下几种方式:1.画布 ...
- clCreateCommandQueue': was declared deprecated
今天在配置opencl的开发环境.測试用例时,用的是intel的sdk开发包.遇到了这个问题: clCreateCommandQueue': was declared deprecated 也就是说这 ...
- WCF学习笔记——不支持内容类型 text/xml; charset=utf-8
我在使用WCF的时候,客户端运行报错: 不支持内容类型 text/xml; charset=utf-8 原因是WCF服务做了修改.刷新客户端的服务引用,问题消失 =================== ...
- Entity Framework Utility .ttinclude File
https://msdn.microsoft.com/en-us/library/ff477603(v=vs.100).aspx This topic provides an overview of ...
- 【POJ 1475】 Pushing Boxes
[题目链接] http://poj.org/problem?id=1475 [算法] 双重BFS [代码] #include <algorithm> #include <bitset ...
- Java 8 实战 P1 Fundamentals
目录 Chapter 1. Java 8: why should you care? Chapter 2. Passing code with behavior parameterization Ch ...
- Integer应该用==还是equals
问题引出:“Integer应该用==还是equals” 讨论这个问题之前我们先放一段代码 public static void main(String[] args) { Integer a1 = 2 ...