大连海事大学xcx
大连海事大学xcx
全部文章
CodeForces
kmp(6)
一通乱写(13)
二分思想(4)
代码待改(4)
动态规划(60)
区间问题(2)
字符串处理(14)
实用程序(4)
小结论速证(2)
尺取技巧(6)
思维(8)
拓扑排序(4)
排序处理(5)
搜索(45)
数学(4)
数据结构(38)
数论(15)
暴力(2)
最小生成树(8)
最短路径(17)
未归档(33)
树(1)
模拟(10)
比赛后总得写点什么(7)
社团故事(2)
简单作业(19)
算法讲堂附加代码(1)
类模板(2)
线段树(2)
网络流(10)
英语阅读理解(12)
读书笔记(4)
贪心(14)
题解集合(3)
魔板(2)
归档
标签
去牛客网
登录
/
注册
脸滚键盘~
愿你技术顶尖,感情专一,待人真诚,永远一腔热血!
全部文章
/ CodeForces
(共33篇)
CodeForces - 821B Okabe and Banana Trees(阅读题)
读读题意推个公式就好了~ 代码: #include<bits/stdc++.h> using namespace std; int m,b; int main() { scanf("%d%d",&m,&b); long long i...
2017-08-24
0
397
CodeForces - 821B Okabe and Banana Trees(阅读题)
读读题意推个公式就好了~ 代码: #include<bits/stdc++.h> using namespace std; int m,b; int main() { scanf("%d%d",&m,&b); long long i...
2017-08-24
0
330
CodeForces - 821A Okabe and Future Gadget Laboratory(阅读题)
题目大意: 给你一个n*n的数阵,问你是不是这里面每个不为 1 的数都可以表示成它所在行的一个数和所在列的一个数的和。 代码: #include<bits/stdc++.h> using namespace std; int n; int a[60][60]; bool is_g...
2017-08-23
0
357
CodeForces - 821A Okabe and Future Gadget Laboratory(阅读题)
题目大意: 给你一个n*n的数阵,问你是不是这里面每个不为 1 的数都可以表示成它所在行的一个数和所在列的一个数的和。 代码: #include<bits/stdc++.h> using namespace std; int n; int a[60][60]; bool is_g...
codeforces
c语言
2017-08-23
0
399
CodeForces - 820A Mister B and Book Reading(阅读题)
题目大意: 有点像那个蜗牛上树,白天上晚上掉的那种。 代码: #include<bits/stdc++.h> using namespace std; int c,v0,v1,a,l; int main() { scanf("%d%d%d%d%d",&...
2017-08-23
0
429
CodeForces - 820A Mister B and Book Reading(阅读题)
题目大意: 有点像那个蜗牛上树,白天上晚上掉的那种。 代码: #include<bits/stdc++.h> using namespace std; int c,v0,v1,a,l; int main() { scanf("%d%d%d%d%d",&...
codeforces
2017-08-23
0
558
CodeForces - 818A Diplomas and Certificates(阅读题)
代码: #include<bits/stdc++.h> using namespace std; long long int n,k; int main() { scanf("%lld%lld",&n,&k); long long ...
2017-08-23
0
539
CodeForces - 818A Diplomas and Certificates(阅读题)
代码: #include<bits/stdc++.h> using namespace std; long long int n,k; int main() { scanf("%lld%lld",&n,&k); long long ...
2017-08-23
0
372
CodeForces - 817B Makes And The Product(阅读题)
题目大意: 给你一串数,问你有个三元组(a,b,c)满足: a * b * c 小于等于任意三个元素的乘积。 代码: #include<bits/stdc++.h> using namespace std; int a[100060]; long long int C(int x,...
2017-08-23
0
367
CodeForces - 817B Makes And The Product(阅读题)
题目大意: 给你一串数,问你有个三元组(a,b,c)满足: a * b * c 小于等于任意三个元素的乘积。 代码: #include<bits/stdc++.h> using namespace std; int a[100060]; long long int C(int x,...
2017-08-23
0
419
首页
上一页
1
2
3
4
下一页
末页