codeforces
文章平均质量分 76
Jstyle_AC
我欲成仙,必要坚持
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
cf- #346 A-Round House
#include using namespace std; /**************************************************************************************************************** 思路: 水题,注意数据正负和范围 **********原创 2016-04-12 23:36:01 · 254 阅读 · 0 评论 -
codeforces - 276D【贪心+数学】
D. Little Girl and Maximum XOR time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output A little girl loves problems on bitwis原创 2017-01-16 20:31:48 · 373 阅读 · 0 评论 -
codeforces #371div2 (ABC)
A. Meeting of Old Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Today an outstanding event is goin原创 2016-09-14 20:06:48 · 796 阅读 · 0 评论 -
cf - 140 C. New Year Snowmen(贪心+优先队列)
C. New Year Snowmen time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output As meticulous Gerald sets the table and原创 2016-07-28 10:30:41 · 574 阅读 · 0 评论 -
cf - 140 A. New Year Table(模拟)
A. New Year Table time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Gerald is setting the New Year table. The原创 2016-07-28 10:14:10 · 552 阅读 · 0 评论 -
cf - 629D Babaei and Birthday Cake(DP+线段树维护)
D - Babaei and Birthday Cake Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 629D Appoint description: System Crawler (201原创 2016-07-15 15:10:57 · 633 阅读 · 0 评论 -
cf - 670C Cinema(预处理)
题目链接:http://codeforces.com/contest/670/problem/C #include #include #include #include #define MAX 200005 using namespace std; /*********************************************************************原创 2016-06-20 01:54:12 · 521 阅读 · 1 评论 -
cf #360 div2 D-Remainders Game(中国剩余定理)
D. Remainders Game time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Today Pari and Arya are playing a game ca原创 2016-07-01 00:59:31 · 733 阅读 · 0 评论 -
cf #360 div2C - NP-Hard Problem(二分图判断+输出)
C. NP-Hard Problem time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Recently, Pari and Arya did some researc原创 2016-06-30 23:13:12 · 934 阅读 · 2 评论 -
cf #345 div2 C(Vasya and String。双端队列)
题目链接:http://codeforces.com/contest/676/problem/C #include #include #include using namespace std; /*************************************************************************************************原创 2016-06-13 12:27:10 · 635 阅读 · 0 评论 -
cf - #346 C-Tanya and Toys
#include #include using namespace std; /******************************************************************************************************************* 贪心:排序,水过去原创 2016-04-12 23:46:20 · 292 阅读 · 0 评论 -
cf - #346 D-Bicycle Race
#include #define MAX 1010 using namespace std; /******************************************************************************************************************** 最大的矩形四个顶点肯定不是危险;原创 2016-04-12 23:45:20 · 227 阅读 · 0 评论 -
cf - #346 E-New Reform
#include #include using namespace std; /**************************************************************************************************************** 题意: 给你一个图原创 2016-04-12 23:43:05 · 481 阅读 · 0 评论 -
codeforces 760E or 759C 【线段树维护后缀和】
C. Nikita and stack time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Nikita has a stack. A stack in this problem is a原创 2017-01-24 17:15:10 · 736 阅读 · 0 评论
分享