暴雨将至。
暴雨将至。
全部文章
分类
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)
codeforces(7)
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)
归档
标签
去牛客网
登录
/
注册
暴雨将至。的博客
全部文章
(共58篇)
破坏队形
破坏队形 Time Limit: 1000MS Memory Limit: 65536KB Statistic Problem Description (这可能是本场比赛里唯一的题面无坑点且好做的题了 2333) 水群是青少年喜闻乐见的娱乐活动,在群聊中,经常...
acm
sdut
算法
题解
c语言
2017-04-02
0
603
POJ - 2431 Expedition :贪心+优先队列
Expedition A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunat...
acm
sdut
算法
poj
题解
2017-04-07
0
484
poj - 1284 欧拉函数的应用 求原根个数
We say that integer x, 0 < x < p, is a primitive root modulo odd prime p if and only if the set { (x i mod p) | 1 <= i <= p-1 } is equa...
poj
题解
sdut
函数
应用
2017-04-07
0
499
poj 1611 并查集模板
The Suspects Time Limit: 1000MS Memory Limit: 20000K Total Submissions: 37006 Accepted: 17936 ...
sdut
题解
acm
算法
poj
2017-04-08
0
940
string - vector - sort
数据结构实验之排序七:选课名单 Time Limit: 1000MS Memory Limit: 65536KB Submit Statistic Discuss Problem Description 随着学校规模的扩大,学生人数急剧增加,选课名单的输出也成为一个繁重的任务,我校目前有在校...
string
快排
sdut
stl
2017-05-24
0
390
2017 12 3 个人赛 题目记录 小dp
比赛链接 密码:shewoqishui A: Penny is a terrible waitress and even worse actress, however recently she applied for a role in an upcoming TV series. Even ...
sdut
acm
个人赛
题解
dp
2017-12-05
0
373
SDUT 2016级 CF 每周题集 Round 5
A: #include<bits/stdc++.h> using namespace std; int main() { int a[3240]={0}; int n; cin>>n; for(int i=1;i<=n;i++) ...
codefoces
acm
题解
sdut
2017-12-20
0
365
第七届ACM趣味编程循环赛 Round #1 - ldq 的遗产题解
题意是给你一定数目的1,2,5分的硬币,让你找出不能被这些硬币表示的最小价值。 标准解法是母函数,这个我算法分享讲堂中讲过, 具体可以看我另一篇博客 生成函数入门 #include <stdio.h> #include <string.h> const int M...
趣味编程
sdut
生成函数
acm
2017-12-25
0
509
差分约束模板 UVALive 4885 Task
题目链接 参考博客 差分约束算法学习: 夜深人静写算法 模板 建图方法 In most recipes, certain tasks have to be done before others. For each task, if we are given a list of othe...
acm
差分约束
不等式
模板
sdut
2018-01-23
0
616
SDUT 2018 Winter Individual Contest - 5
比赛链接 A: 水题,读懂题意即可 code: #include<cstdio> #include<algorithm> #include<iostream> #include<cstdlib> #include<string.h>...
sdut
ACM
2018-01-28
0
516
首页
上一页
1
2
3
4
5
6
下一页
末页