...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

下列比赛已经完成了题解。


  1. AtCoder Grand Contest 021 (Rating == 75)
  2. Codeforces Round #467 Div. 2 (Rating == 1408)
  3. AtCoder Beginner Contest 089 (Rating == 184)
  4. Codeforces Round #468 Div. 2 (NULL)
  5. Codeforces Round #469 Div. 2 (NULL)
  6. Codeforces Round #470 Div. 2 (NULL)

下列比赛是我准备参加的比赛(一周内),不出现什么意外的话,应该能写/翻译个题解。

  1. AtCoder Beginner Contest 090
  2. AtCoder Regular Contest 090(Beginner Contest太水,做Regular吧)(与上面的时间冲突,做那个视难度而定,不过题解应该都会写)

下列比赛是因为时间问题无法参加的比赛(一周内),题解应该会有。

  1. Codeforces Round #469 Div. 2

UPD:题解落下了很多,趁SDOI前停课的几天补一些吧。

  1. Codeforces Round #469 Div. 2
  2. Codeforces Round #470 Div. 2
  3. Codeforces Round #471 Div. 2
  4. Codeforces Round #472 Div. 2
  5. AtCoder Beginner Contest 090
  6. AtCoder Regular Contest 091
  7. AtCoder Beginner Contest 091
  8. AtCoder Regular Contest 092
  9. AtCoder Beginner Contest 092
  10. AtCoder Regular Contest 092
  11. AtCoder Grand Contest 022

Running to the End(Codeforces & AtCoder 百套计划)的更多相关文章

  1. CF&&CC百套计划4 Codeforces Round #276 (Div. 1) A. Bits

    http://codeforces.com/contest/484/problem/A 题意: 询问[a,b]中二进制位1最多且最小的数 贪心,假设开始每一位都是1 从高位i开始枚举, 如果当前数&g ...

  2. 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的数 维护 ...

  3. CF&&CC百套计划1 Codeforces Round #449 C. Willem, Chtholly and Seniorious (Old Driver Tree)

    http://codeforces.com/problemset/problem/896/C 题意: 对于一个随机序列,执行以下操作: 区间赋值 区间加 区间求第k小 区间求k次幂的和 对于随机序列, ...

  4. CF&&CC百套计划3 Codeforces Round #204 (Div. 1) E. Jeff and Permutation

    http://codeforces.com/contest/351/problem/E 题意: 给出一些数,可以改变任意数的正负,使序列的逆序对数量最少 因为可以任意加负号,所以可以先把所有数看作正数 ...

  5. CF&&CC百套计划3 Codeforces Round #204 (Div. 1) B. Jeff and Furik

    http://codeforces.com/contest/351/problem/B 题意: 给出一个n的排列 第一个人任选两个相邻数交换位置 第二个人有一半的概率交换相邻的第一个数>第二个数 ...

  6. CF&&CC百套计划3 Codeforces Round #204 (Div. 1) A. Jeff and Rounding

    http://codeforces.com/problemset/problem/351/A 题意: 2*n个数,选n个数上取整,n个数下取整 最小化 abs(取整之后数的和-原来数的和) 先使所有的 ...

  7. CF&&CC百套计划3 Codeforces Round #204 (Div. 1) D. Jeff and Removing Periods

    http://codeforces.com/problemset/problem/351/D 题意: n个数的一个序列,m个操作 给出操作区间[l,r], 首先可以删除下标为等差数列且数值相等的一些数 ...

  8. 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 最后填出一个单调非 ...

  9. 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> # ...

随机推荐

  1. spring 计时器

    spring 计时器 可以这样: http://blog.csdn.net/u010648555/article/details/52162840 也可以使用annotation <!-- 设置 ...

  2. 2.5-冗余VLAN

    2.5-冗余VLAN     High-Availability(AH) First hop routers on the LAN redundancy Network/首跳冗余网络(出口第一个网络) ...

  3. Coder-Strike 2014

    转载请注明出处,谢谢http://blog.csdn.net/ACM_cxlove? viewmode=contents    by---cxlove Qualification Round 略 Ro ...

  4. Karma和Jasmine自动化单元测试——本质上还是在要开一个浏览器来做测试

    1. Karma的介绍 Karma是Testacular的新名字,在2012年google开源了Testacular,2013年Testacular改名为Karma.Karma是一个让人感到非常神秘的 ...

  5. hdu 6082 度度熊与邪恶大魔王(2017"百度之星"程序设计大赛 - 资格赛 )

    度度熊与邪恶大魔王 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total S ...

  6. poj 2351 Farm Tour (最小费用最大流)

    Farm Tour Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 17230   Accepted: 6647 Descri ...

  7. bzoj2935 [Poi1999]原始生物——欧拉回路

    题目:https://www.lydsy.com/JudgeOnline/problem.php?id=2935 考察欧拉回路性质的题目呢: TJ:https://blog.csdn.net/u014 ...

  8. bzoj3211: 花神游历各国(线段树) 同codevs2492

    3211: 花神游历各国 Time Limit: 5 Sec  Memory Limit: 128 MBSubmit: 3628  Solved: 1326[Submit][Status][Discu ...

  9. Php.ini文件位置在哪里 Php.ini文件找不到

    转载自:http://www.php100.com/html/php/rumen/2013/0831/26.html [导读] Php ini文件是php的一个配置文件,在windows主机中如果你未 ...

  10. SQLServer2008 表连接时null 和 null 无法匹配?

    例如 select * from tbl_a a left join tbl_b b on b.docno=a.docno and b.project=a.project where a.docno= ...