暴雨将至。
暴雨将至。
全部文章
codeforces
2016(4)
2018ACM训练题目+思考(10)
2018牛客多校(3)
ACM(47)
acm-icpc(1)
ACM-动态规划(1)
ACM-备战天梯赛(1)
ACM-训练赛(1)
c++(1)
ccpc(1)
cf(2)
codefoces(2)
codefoces 个人赛水题记录(4)
Cover the Paths(1)
dfs(1)
dijkstra(1)
dp(11)
gcd(1)
hackerrank(1)
hankrank(1)
pick定理(1)
poj(3)
SAT(1)
sdut(5)
sdut-acm(1)
string(3)
Taotao Picks Apples(1)
uva(1)
vim(1)
vim,acm(2)
Vocabulary(2)
动态规划(1)
匹配(1)
区域赛(1)
区间dp(1)
后缀数组(1)
字典树(1)
完全平方数(1)
山理工(1)
快速排序(1)
愚人节(1)
新突破,新知识(1)
暴力(1)
期望(1)
未归档(271)
积分(1)
算法(2)
编程(1)
编译原理(1)
网络流(1)
莫比乌斯反演(1)
贪心(1)
趣味编程(1)
题解(1)
题集(1)
高斯消元(1)
归档
标签
去牛客网
登录
/
注册
暴雨将至。的博客
全部文章
/ codeforces
(共7篇)
(CodeForces 883A) The Meaningless Game 二分答案思路+骚操作
感谢博客:http://blog.csdn.net/puppet__/article/details/78395603 A. The Meaningless Game time limit per test: 1 second memory limit per test:256 megabyt...
codeforces
开方
acm
二分答案
操作
2017-11-22
0
477
CodeForces 847C Sum of Nestings
SDUT 2017 Autumn Single Contest G 链接 Recall that the bracket sequence is considered regular if it is possible to insert symbols ‘+’ and ‘1’ into it ...
codeforces
acm
dfs
模拟
2017-11-22
0
411
CodeForces - 883E Field of Wonders
Polycarpus takes part in the “Field of Wonders” TV show. The participants of the show have to guess a hidden word as fast as possible. Initially all t...
codeforces
模拟
题解
acm
2017-11-17
0
515
Codeforces Round #433 D - Jury Meeting
(Div. 2, based on Olympiad of Metropolises) 题意:有n个地点,m次航班,每次航班有4个信息,起飞日期di、出发地fi、目的地ti、花费ci,起飞和出发地至少有一个是地点0。现在n个地点,每个地点有一个人,他们要到地点0,当所有人都到达的时候,一起待k天,...
codeforces
csdn
acm
2017-09-07
0
578
Codeforces 851D Arpa and a list of numbers Round #432 (Div. 2
题意: 给你n个数,你有两个操作: ①将某个数删掉,消耗为x ②将某个数+1,消耗为y,这个操作可以对某个数多次使用 而你的目的是让最后n个数的Gcd不为1,求最小消耗 思路: 思路懒得打了,看下面这篇博客的吧 http://blog.csdn.net/mengxiang000000/...
codeforces
gcd
前缀和
2017-09-06
0
432
CodeForces - 347C 博弈+gcd
题目链接:https://vjudge.net/contest/167223#problem/H It is so boring in the summer holiday, isn't it? So Alice and Bob have invented a new game to play. ...
codeforces
gcd
acm
博弈
题解
2017-06-21
0
645
简单计算几何+卡精度 New Year Table CodeForces - 140A
链接:https://cn.vjudge.net/contest/166560#problem/D 注意题目中小圆一定贴着边放 Gerald is setting the New Year table. The table has the form of a circle; its radius...
codeforces
计算几何
acm
题解
2017-06-06
0
475