
codeforces
gwq5210
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #275 (Div. 2) B Friends and Presents
B Friends and Presents原创 2014-10-25 03:35:16 · 632 阅读 · 0 评论 -
codeforces round 299 div2 题解
A. Tavas and Nafas 将0到99的数字变成英文的表示。处理好特殊情况就行了。#include <cstdio> #include <cstring> #include <cstdlib>#include <iostream> #include <cstring> #include <queue> #include <stack> #include <map> #includ原创 2015-04-28 16:22:48 · 716 阅读 · 0 评论 -
codeforces round 279 div2解题报告
codeforces round 279 div2解题报告原创 2014-11-24 23:09:10 · 677 阅读 · 0 评论 -
Codeforces Round #277.5 (Div. 2) 解题报告
Codeforces Round #277.5 (Div. 2)jieti原创 2014-11-19 14:43:30 · 681 阅读 · 0 评论 -
codeforces round 200 div2解题报告
A. Magnets time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Mad scientist Mike entertains himself by arrangin原创 2014-11-15 18:05:49 · 774 阅读 · 0 评论 -
Codeforces Round #272 (Div. 2) B. Dreamoon and WiFi 暴力
B. Dreamoon and WiFi原创 2014-10-13 01:16:53 · 829 阅读 · 0 评论 -
Codeforces Round #272 (Div. 2) A Dreamoon and Stairs
Dreamoon and Stairs原创 2014-10-13 01:05:44 · 572 阅读 · 0 评论 -
codeforces round 201 div2解题报告
A. Difference Row time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You want to arrange n integers a1, a2, ..原创 2014-11-15 18:33:12 · 707 阅读 · 0 评论 -
Codeforces Round #275 (Div. 2) A Counterexample
A Counterexample原创 2014-10-25 03:28:53 · 817 阅读 · 0 评论 -
Codeforces Round #275 (Div. 2) C Diverse Permutation
C Diverse Permutation原创 2014-10-25 15:03:05 · 635 阅读 · 0 评论 -
codeforces round 291 div2 题解
A. Chewbaсca and Number 对于给定的一个正整数n(1<=n<=10^18),我们可以将这个数的某些位翻转,所谓翻转是,将数字t用数字9-t替代。经过某些替换后,我们所能得到的最小正整数是多少。题目还说数字不能以0开头,所以当9为第一个数字时,是不能进行替换的。当然,也可能有其他的理解,不过命题者的意思是这样的。其他的情况就让数字尽可能小就行了。 /***************原创 2015-04-28 16:09:45 · 574 阅读 · 0 评论