EW_DUST
EW_DUST
全部文章
分类
note(1)
2-SAT(1)
acm(3)
camp(1)
ccf(1)
CCPC(1)
codeforce(1)
codeforces(1)
constest(1)
DF(1)
DP(2)
git(1)
hexo(1)
KMP(1)
note(2)
unity(1)
双向队列(1)
字典树(1)
最小割 (1)
未归档(53)
汇编(1)
线性基(1)
线段树(2)
组队训练赛(1)
训练(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
EW_DUST的博客
全部文章
(共83篇)
The 17th Zhejiang University Programming Contest Sponsored by TuSimple(浙江省赛)
A - Marjar Cola ZOJ - 3948 签到题,x,y,a,b,都很小直接暴力。判断INF,只要判断次数有没有过多就行。 #include<iostream> #include<algorithm> #include<cstring> #i...
训练
2018-08-27
0
466
CCPC2018中国大学生程序设计竞赛 - 网络选拔赛
HDU 6438 1001 Buy and Resell Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 2282 Acc...
2018-08-27
0
493
第九届福建省大学生程序设计竞赛-重现赛(感谢承办泉州师范学院)
A - Uint47 calculator FZU - 2294 水题,用unsigned long long,自带自动溢出,然后就可以随便写了。 #include<iostream> #include<algorithm> #include<cstring&g...
2018-08-26
0
508
2016CCPC东北地区大学生程序设计竞赛 - 重现赛
A 题目连接:HDU 5922 Minimum’s Revenge 水题,每次连接上1就行,就是一个等差数列。 #include<iostream> #include<algorithm> #include<cstring> #include<...
2018-08-23
0
678
第八届福建省大学生程序设计竞赛-FZU 2280 HASH处理+暴力搜索
题目:Problem 2280 Magic Problem Description Kim is a magician, he can use n kinds of magic, number from 1 to n. We use string Si to describe magic i....
2018-08-21
0
574
线性排序算法 --- 计数排序,基数排序,桶排序
计数排序应用: J - Jeronimo's List Gym - 101466J http://codeforces.com/gym/101466/problem/J 线性排序算法计数排序应该挺好理解的,每次把数字出现的次数记录下来,然后做成前缀,前缀就是小于等于当前数的个数。 比如...
2018-08-21
0
484
第八届福建省大学生程序设计竞赛-FZU 2277 DFS +线段树+读入挂
FZU 2277 Problem 2277 Change Accept: 245 Submit: 1186 Time Limit: 2000 mSec Memory Limit : 262144 KB Problem Description There is a rooted...
2018-08-20
0
416
A - Gaby And Addition Gym - 101466A --字典树 ,暴力+贪心
题目链接 :http://codeforces.com/gym/101466/problem/A A. Gaby And Addition time limit per test 6.0 s memory limit per test 1024 MB input standard in...
字典树
2018-08-19
0
627
K - Random Numbers Gym - 101466K ------线段树+DFS序
K. Random Numbers time limit per test 2.0 s memory limit per test 256 MB input standard input output standard output Tamref love random numbe...
线段树
DFS
2018-08-19
0
597
B Gym 101652P Fear Factoring
B Gym 101652P Fear Factoring 这题求 b , a之间 所有数包括他的因子和。 看一眼肯定知道是筛选所有的因子。 a,b不超过 1e6。a , b ,不超过 1e12,1e6*1e6刚好1e12 所以我们枚举 1-1e6所有的数 ,然后求分别以这个为因...
2018-08-18
0
499
首页
上一页
1
2
3
4
5
6
7
8
9
下一页
末页