ITdaan
首页
最新
原创
最火
收藏夹
写博客
关于
搜索答案
花费 138ms 找到55187条记录
Codeforces
Round
#
228
(
Div
. 1) A.
Fox
and
Box
Accumulation
(
贪心
)
2016年05月02 -
题目链接:http://
codeforces
.com/contest/388/problem/A 题意:n个箱子,每个箱子规定只能在它上面最多放a[i]的箱子
Codeforces
Round
#
228
(
Div
. 1) A.
Fox
and
Box
Accumulation
贪心
2017年03月20 -
题目链接:这里 题意:有n个箱子,现在对于每一个箱子告诉你这个箱子的上面最多放多少个箱子。现在你需要使得箱子的列数最小,请问是多少? 解法:从小到大排序之后直接
贪心
。 //CF
Codeforces
Round
#
228
(
Div
. 1) A.
Fox
and
Box
Accumulation
贪心
2016年05月02 -
A.
Fox
and
Box
Accumulation
题目连接: http://
codeforces
.com/contest/388/problem/A Description
Codeforces
Round
#
228
(
Div
. 1)A.
Fox
and
Box
Accumulation
(逆向思维)
2017年07月31 -
题目链接 http://
codeforces
.com/problemset/problem/388/A 题目大意 给你n个盒子,以及其上面最多能放的盒子个数ai, 把这些盒子放成
Codeforces
388A
Fox
and
Box
Accumulation
(
贪心
)
2014年04月07 -
题意:给出n个箱子,每个箱子都有一个力量值Vi,代表能支撑Vi个箱子,求能把这些箱子摆成的最少的堆数. 思路:刚开始想着从大到小排序来做,从第i个箱子开始能放上去的就放上去,题目的最后一
#
228
(
div
2)C.
Fox
and
Box
Accumulation
2017年06月30 -
C.
Fox
and
Box
Accumulation
time limit per test 1 second memory limit per test
Codeforces
Round
#
228
(
Div
. 1)-B-
Fox
and Minimal path
2014年02月07 -
做法: 输入一个数n(例如n=11)。 把n转化成二进制为(1011)。 那么11构造出来的图为: 从点1到点2有三条路,分别为路1,2,3。 三条路分别是1011
Codeforces
Round
#
228
(
Div
. 2) A -
Fox
and Number Game(水题)
2016年09月07 -
= gcd(ans,a[i]); printf("%d\n",ans*n); } A.
Fox
and Number Game time limit
Codeforces
Round
#
228
Div
1 B
Fox
and Minimal path
2014年10月24 -
这道题的意思大致就是给你一个数k(k<=10^9),要你用不超过1000个点构建一张图,使得这张图中从1号点到n号点刚好有k条最短路。 想法很简单,乘法原理加加法原理就
Codeforces
Round
#
228
(
Div
. 2) B
Fox
and Cross(DFS)
2016年09月07 -
\n", dfs(0, 0) ? "YES" : "NO"); return 0; } B.
Fox
and Cross time
上一页
1
2
3
4
5
6
7
8
9
10
下一页
本站赞助商
© 2014-2019 ITdaan.com
粤ICP备14056181号
×
收藏本文
添加到收藏夹 *
赞助商广告