E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Vanya
Vanya
and Table 暴力
Vanya
and Table Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/552/problem
·
2015-10-23 09:41
codeforces
Vanya
and Books 数学
Vanya
and Books Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/552/problem
·
2015-10-23 09:40
codeforces
ACM第二次比赛( C )
Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Description
Vanya
·
2015-10-22 21:31
ACM
Codeforces 492D
Vanya
and Computer Game
题目链接:http://codeforces.com/problemset/problem/492/D题意:游戏里,有2个玩家,a玩家1s内攻击x次,b玩家1s内攻击y次,给出若干个怪物的血量,问谁补得刀思路:a玩家第i次攻击,b玩家第j次攻击,i/x>j/y(化简为i*y>j*x),i+j次是b的,若相等则i+j次攻击和i+j+1次攻击都视为同时攻击#include #include #incl
csdn364988181
·
2015-10-01 19:00
ACM
codeforces
Codeforces 552E -
Vanya
and Brackets (中缀表达式求值)
左括号一定在*和+之间,右括号一定在+和+乘之间。乘号最多15个所以可以暴力枚举括号位置。#include #include #include #include #defineLLlonglong usingnamespacestd; #definemaxn5005 chars[maxn]; intps1[maxn]; intps2[maxn]; LLnum[maxn]; charsig[ma
Baoli1008
·
2015-08-10 12:00
中缀表达式
Vanya
and Computer Game 数学+预处理
预处理hit次序只需按次数进行扫描,设当前VANYAhit次数为hit_x,VOVA为hit_y,则
VANYA
的下一次hit时刻为(hit_x+1)/x,VOVA的下一次hit时刻为(hit_y+1)
ww32zz
·
2015-07-23 18:00
数学
codeforces
2015 HUAS Provincial Select Contest #2~C
Description
Vanya
got n cubes. He decided to build a pyramid from them.
·
2015-07-17 16:00
select
Vanya
and Scales
题目链接http://codeforces.com/problemset/problem/552/C题意:利用已知的w0, w1, w2, ..., w100这101个砝码,用天平算出m的质量思路:根据给的砝码,我们可以想到利用w进制来表示这些砝码,那么每个砝码的大小就是1,10,100.......然后要计算出m的质量,我们将m也表示为w进制的数然后对于每位数我们进行分析每个砝码存在三种情况不取
meixiuxiudd
·
2015-07-11 02:00
数论
Vanya
and Brackets
E.VanyaandBracketstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyaisdoinghismathshomework.Hehasanexpressionofform ,where x1, x2, ..., xn aredigitsfrom 1
u010422038
·
2015-07-05 12:00
Vanya
and Triangles
D.VanyaandTrianglestimelimitpertest4secondsmemorylimitpertest512megabytesinputstandardinputoutputstandardoutputVanyagotboredandhepainted n distinctpointsontheplane.Afterthatheconnectedallthepointspair
u010422038
·
2015-07-05 08:00
Vanya
and Scales
C.VanyaandScalestimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyahasascalesforweighingloadsandweightsofmasses w0, w1, w2, ..., w100 gramswhere w issomein
u010422038
·
2015-07-04 15:00
Vanya
and Scales
1.题目描述:点击打开链接2.解题思路:本题可以事先进行一下简单的数学推导解决。实际上要满足的等式就是如下的式子:a0*w^0+a1*w^1+a2*w^2+...+an*w^n=m上式中,所有的ai均应该是{0,1,-1}中其中一个数,这样推导之后,大致的解题思路便浮出水面了。就是不断地以w取模,然后m/=w,看余数是否满足条件即可。不过这里还要多深入思考一点,首先不难发现,如果w≤3,那么必然满
u014800748
·
2015-06-29 22:00
codeforces
代数分析
Vanya
and Triangles
1.题目描述:点击打开链接2.解题思路:本题是一道简单的计算几何题,统计一个图中有多少个三角形,由于给的时间很宽,完全可以用O(N^3)的算法来解决,判断是否构成三角形只需要用向量来判断三点是否共线即可。3.代码:#define_CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include
u014800748
·
2015-06-29 13:00
Vanya
and Table
1.题目描述:点击打开链接2.解题思路:本题是一道简单的模拟题,每次扫描一个输入的长方形,然后将内部所有点都+1,最终统计数组所有元素的和即可。3.代码:#define_CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include #include #include #include #i
u014800748
·
2015-06-29 13:00
codeforces
简单模拟
Vanya
and Computer Game(数学模拟)
题目:http://codeforces.com/problemset/problem/492/D大意是这样的:两个同时玩游戏,每个人的能力不一样,一秒钟造成的攻击数不同,游戏中有n个怪物,怪物有各自的”血量“(能承受的最大攻击数),问对于每个怪物最后是被谁送上致命一击的?以例子来讲:432 1 2 3 41/3(1) 1/2(1/3+1/2)(2) 2/3(1/3+1/2+2/3)(3) 1(1
theArcticOcean
·
2015-06-28 22:00
codeforce
Vanya
and Exams
题目:http://codeforces.com/problemset/problem/492/C还是数据和问题,注意会超过int,哎,以后常常用longlong吧,真是~#include #include #include #defineLLlonglong usingnamespacestd; constintmaxn=1e5+5; structobj{ inta,b; }sub[maxn];
theArcticOcean
·
2015-06-28 17:00
codeforce
Codeforces Round #308 (Div. 2)
Vanya
and Books
题目链接:http://codeforces.com/contest/552/problem/B题意:就是求有几个数字;eg:13:123456478910111213一共17个数字#include usingnamespacestd; longlonga[12]={0,9,99,999,9999,99999,999999,9999999,99999999,999999999,999999999
qingshui23
·
2015-06-22 16:00
CF
Vanya
and Table
题目链接:http://codeforces.com/contest/552/problem/Ahint:就是求几个矩形的面积#include #include usingnamespacestd; structpoint { intx; inty; }a[2]; intmain() { intm; while(cin>>m) { intsum=0; while(m--) { //注释的是方法一
qingshui23
·
2015-06-22 15:00
水
Vanya
and Brackets(Codeforces Round #308 (Div. 2))
E.VanyaandBracketstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyaisdoinghismathshomework.Hehasanexpressionofform ,where x1, x2, ..., xn aredigitsfrom 1
u010579068
·
2015-06-20 23:00
round
codeforces
and
E.
Vanya
Bracket
#30
Vanya
and Triangles(Codeforces Round #308 (Div. 2))
D.VanyaandTrianglestimelimitpertest4secondsmemorylimitpertest512megabytesinputstandardinputoutputstandardoutputVanyagotboredandhepainted n distinctpointsontheplane.Afterthatheconnectedallthepointspair
u010579068
·
2015-06-20 23:00
round
codeforces
and
简单题
数学题
D.
Vanya
Triangl
#30
Vanya
and Scales(Codeforces Round #308 (Div. 2))
C.VanyaandScalestimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyahasascalesforweighingloadsandweightsofmasses w0, w1, w2, ..., w100 gramswhere w issomein
u010579068
·
2015-06-20 23:00
数论
进制
round
codeforces
and
CF
C.
Scales
#30
Vanya
Vanya
and Books(Codeforces Round #308 (Div. 2))
B.VanyaandBookstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyagotanimportanttask—heshouldenumeratebooksinthelibraryandlabeleachbookwithitsnumber.Eachof
u010579068
·
2015-06-20 23:00
round
codeforces
and
CF
books
B.
Vanya
#30
CodeForces 492C
Vanya
and Exams
CodeForces492CVanyaandExams CodeForces492C题目大意: 有一位同学要参加N门科目的考试,每门科目的满分固定,现在这位同学为了拿到奖学金需要达到平均分S,这就需要它在原来的基础上对某些科目的分数进行提升,然后提升每门科目需要做Ai个测试,于是希望能够做尽量少的测试能够使得分数达到平均分。解题思路: 将所有的科目按照对应的测试数进行排序,每次都选择测试数小的来进
u012997373
·
2015-06-05 09:00
Codeforces 492E
Vanya
and Field(拓展欧几里得)
题目链接:Codeforces492EVanyaandField通过拓展欧几里得算法求出每个位置在移动过程中,在x为0时,y的位置。统计相应y坐标最多的即为答案。#include #include #include usingnamespacestd; constintmaxn=1e6+5; constintmaxm=1e5+5; typedeflonglongll; intN,M,DX,DY
u011328934
·
2015-04-16 09:00
Codeforces 492C
Vanya
and Exams(贪心)
题目链接:Codeforces492CVanyaandExams#include #include #include usingnamespacestd; typedeflonglongll; constintmaxn=1e5+5; structExams{ inta,b; }ex[maxn]; intN,R,avg; llS; inlineboolcmp(constExams&A,co
u011328934
·
2015-04-16 08:00
Codeforces 492B
Vanya
and Lanterns(水)
题目链接:Codeforces492BVanyaandLanterns注意头尾不存在灯的情况#include #include #include usingnamespacestd; constintmaxn=1005; intN,L,pos[maxn]; intmain(){ scanf("%d%d",&N,&L); for(inti=0;i
u011328934
·
2015-04-16 08:00
Codeforces 492A
Vanya
and Cubes(水)
题目链接:Codeforces492AVanyaandCubes#include #include #include usingnamespacestd; intmain(){ intn,s=0; scanf("%d",&n); for(inti=1;i;i++){ s+=i; if(n
u011328934
·
2015-04-16 08:00
Vanya
and Books
1.题目描述:点击打开链接2.解题思路:本题要求统计数位的个数,简单的试验一下发现有如下规律:一个n位数的个数有9*(10^n)个,因此所有n位数的数位是n*9*(10^n)个,因此可以利用两个循环变量base,k来计算,其中base表示n位数的总个数,k表示每一个n位数的数位有k位,循环条件是n-base>0,这样即可完成统计。3.代码:#define_CRT_SECURE_NO_WARNING
u014800748
·
2015-03-27 12:00
Vanya
and Lanterns 二分
B.VanyaandLanternstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyawalkslateatnightalongastraightstreetoflength l,litby n lanterns.Considerthecoordinates
u012797220
·
2015-01-18 19:00
Vanya
and Cubes 水
A.VanyaandCubestimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyagot n cubes.Hedecidedtobuildapyramidfromthem.Vanyawantstobuildthepyramidasfollows:thetopl
u012797220
·
2015-01-18 16:00
Codeforces #280 (Div.2 A~E)
比赛地址CodeforcesRound#280(Div.2)492A.VanyaandCubes题意:
Vanya
要堆金字塔,第1层要1个方块,第2层要1+2个,第3层要1+2+3个,以此类推。
skywalkert
·
2014-12-02 03:00
排序
模拟
数学
贪心
二分
Codeforces 401A
Vanya
and Cards(水题)
题目链接:Codeforces401AVanyaandCards题目大意:给出n和x,表示说有n张卡片,每张卡片上有一个值,绝对值不大于x,现在给出n张卡片上的值,问说至少再拿几张卡片,可以使得所有卡片上值的和等于0.解题思路:水题,读入的时候计算和,然后取绝对值取整x(尽量用大的牌),如果取整后有余数,要加1.#include #include intmain(){ intn,x,a,s=0;
u011328934
·
2014-03-12 21:00
Team(模拟)
Vanya
and Egor decided to make his
Simone_chou
·
2014-03-11 21:00
模拟
Vanya
and Cards(贪心)
Vanya
and Cards time limit per test 1 second memory limit per test 256 megabytes input standard
Simone_chou
·
2014-03-11 18:00
ca
Vanya
and Cards
timelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVanyalovesplaying.Heevenhasaspecialsetofcardstoplaywith.Eachcardhasasingleinteger.Thenumberonthecardcanbeposi
jj12345jj198999
·
2014-03-11 17:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他