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
BEAR
【IndiaHacks 2016 - Online Edition (Div 1 + Div 2) ErrichtoA】【水题】
Bear
and Three Balls 是否有数值相差1的三个数
BearandThreeBallstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Hehas n balls,the i-thballhassize ti.Limakwantstogiveoneballtoeacho
snowy_smile
·
2016-03-21 09:00
水题
codeforces
题库-CF
CF# IndiaHacks 2016 - Online Edition (Div. 1 + Div. 2) C -
Bear
and Up-Down
诶呀,其实这是一道水题,水题,水题!真的哩,大家想想暴力怎么做=。=,然后大家就应该都会了!题意:一个nice的数列对于奇数位必须满足ai小于ai+1,偶数位必须满足:.ai>ai+1,开始给定的数列一定是不nice的,然后我们可以进行一次交换(只能进行一次),把这个数列变成nice数列。其实可以知道每一次交换毕竟只能影响那么几个数,所以如果给定的数列中不nice的数字过多,是不是可以直接判定为0
qq_24664053
·
2016-03-20 22:00
Codeforces 653B
Bear
and Compressing【DFS】
题目链接:http://codeforces.com/problemset/problem/653/B题意:要求你构造一个长度为n的字符串使得通过使用m个操作,最终获得字符a。已知第i个操作将字符串中开头的字符串ai换成字符bi,长度减少1。问一共有多少种字符串构造方法。分析:直接dfs一下就好啦~~~代码:#include #include #include usingnamespacestd;
Yukizzz
·
2016-03-19 23:00
Codeforces 653A
Bear
and Three Balls【水题】
题目链接:http://codeforces.com/problemset/problem/653/A题意:给定序列,找是否存在连续的三个数。分析:排序~去重~直接判断~~代码:#include #include #include usingnamespacestd; constintmaxn=105; intt[maxn],tt[maxn],vis[1005]; intmain(void) {
Yukizzz
·
2016-03-19 23:00
Bear
and Compressing(dfs)
题目链接:B.BearandCompressing timelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Polarbearshatelongstringsandthustheyliketocompressthem.You
2014300227
·
2016-03-19 22:00
Bear
and Three Balls(水题)
题目链接:A.BearandThreeBalls timelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Hehas n balls,the i-thballhassize ti.Limakwantstogiveonebal
2014300227
·
2016-03-19 22:00
CF 653E(
Bear
and Forgotten Tree 2-链表优化搜索)
给一张n个点的树(无重边自环),已知m条边不存在,已知节点1的度数,问这是否可能?直接把1节点拿掉求连通块,然后几行特判就行。#include usingnamespacestd; #defineFor(i,n)for(inti=1;i=k;i--) #defineRepD(i,n)for(inti=n;i>=0;i--) #defineForp(x)for(intp=Pre[x];p;p=Nex
nike0good
·
2016-03-19 22:00
Bear
and Up-Down 暴力
C.BearandUp-Down题目连接:http://www.codeforces.com/contest/653/problem/CDescriptionThelifegoesupanddown,justlikenicesequences.Sequencet1, t2, ..., tniscalledniceifthefollowingtwoconditionsaresatisfied:ti
qscqesze
·
2016-03-19 22:00
Bear
and Compressing 暴力
B.BearandCompressing题目连接:http://www.codeforces.com/contest/653/problem/BDescriptionLimakisalittlepolarbear.Polarbearshatelongstringsandthustheyliketocompressthem.YoushouldalsoknowthatLimakissoyoungtha
qscqesze
·
2016-03-19 21:00
Bear
and Three Balls 水题
A.BearandThreeBalls题目连接:http://www.codeforces.com/contest/653/problem/ADescriptionLimakisalittlepolarbear.Hehasnballs,thei-thballhassizeti.Limakwantstogiveoneballtoeachofhisthreefriends.Givinggiftsisn
qscqesze
·
2016-03-19 21:00
Bear
and Compressing
B.BearandCompressingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Polarbearshatelongstringsandthustheyliketocompressthem.Youshould
LeeHolmes
·
2016-03-17 11:00
搜索
codeforces
codeforces 628C
Bear
and String Distance
BearandStringDistancetimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Helikes nice strings—stringsoflength n,consistingoflowercaseEngl
a2459956664
·
2016-03-07 15:00
CodeForces 639B
Bear
and Forgotten Tree 3(水题)
timelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputAtreeisaconnectedundirectedgraphconsistingof n verticesand n - 1 edges.Verticesarenumbered 1 through n.Lim
imwutianqi
·
2016-03-05 16:00
CodeForces 628 C C -
Bear
and String Distance
C-BearandStringDistanceTimeLimit:1000MS MemoryLimit:262144KB 64bitIOFormat:%I64d&%I64uSubmitStatusPracticeCodeForces628CDescriptionLimakisalittlepolarbear.Helikesnicestrings—stringsoflengthn,con
huatian5
·
2016-03-02 15:00
Codeforces 628F
Bear
and Fair Set
题意:给定若干个上限upto以及集合中在[1,upto]中的元素个数,问是否存在这样的集合使得集合中的元素除以5的余数的个数相等。分析:首先可以想到区间的数与其除以5的余数和区间编号分别一一对应,这样我们就可以在他们之间建立容量为1的边,而由于规定某个区间的元素个数,所以我们在源点和对应区间编号之间建立容量为元素个数的边,这样就满足题目中的限制条件。而要求余数个数相等,即均为n/5,在余数和汇点之
Yukizzz
·
2016-03-01 10:00
Bear
and String Distance(贪心)
Description定义两个小写字母之间的距离为这两个字母在字母表中的距离,如dis(a,z)=25,dis(a,c)=2,两个长度相同串的距离为这两个串对应位置字母距离之和。现给出一个长度为n的数字串s和一个距离k,问是否存在一个长度为n的串ss,使得dis(s,ss)=k,如果存在任意输出一解,如果不存在则输出-1Input第一行为两个整数n,k(1 #include #include #i
V5ZSQ
·
2016-02-24 16:00
Bear
and Fair Set(最大流 | Hall定理)
题意:给定N,B,Q≤104,N能被5整除N为set大小(无相同元素),元素范围为[1,B],需满足set里元素模5的余数为[0,4]的元素个数相等Q个条件,bi cnti,表示[1,bi]应该有cnti个数问这种set是否存在,存在输出“fair”,否则“unfair”分析:把题目条件(B,N)和Q次询问一起按照Bi排序,这样形成了Q+1个不相交区间(加上一个(0,0))建图,源点→Remain
lwt36
·
2016-02-22 22:00
最大流
Bear
and String Distance(贪心)
题意:给定N≤105的字符串,定义字符距离dist(a,b)=abs(a−b)求一个同样长度的但是距离总和为K≤106的字符串分析:按照距离大小排序,然后贪心的从大到小搞就可以了其实我想多了,不用排序直接搞就行了−−代码:// //CreatedbyTaoSamaon2016-02-21 //Copyright(c)2016TaoSama.Allrightsreserved. // #pragma
lwt36
·
2016-02-22 21:00
贪心
Bear
and String Distance 贪心
C.BearandStringDistance题目连接:http://www.codeforces.com/contest/628/problem/CDescriptionLimakisalittlepolarbear.Helikesnicestrings—stringsoflengthn,consistingoflowercaseEnglishlettersonly.Thedistancebet
qscqesze
·
2016-02-21 13:00
Bear
and String Distance
C.BearandStringDistancetimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlepolarbear.Helikes nice strings—stringsoflength n,consistingoflowercaseEn
2014300227
·
2016-02-20 12:00
Codeforces C -
Bear
and String Distance (贪心)
大意:给定一个长度为n的字符串,输出相差为m的字符串(任何一个),不存在为-1.思路:就是一个贪心,最值为当前字符到a或z的最大值的和。前边进行a,z,a,z的匹配,满足跳出条件前直接将当前的字符向前后者向后移动。最后字符长度直接拉下来即可--。 #include #include #include #include #include #include #include #include #def
Grit_ICPC
·
2016-02-20 11:00
String
codeforces
贪心
Bear
and Blocks
B.BearandBlockstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLimakisalittlebearwholovestoplay.Todayheisplayingbydestroyingblocktowers.Hebuilt n towersinaro
zyx520ytt
·
2016-02-19 14:00
来讲讲『小能熊』的故事
说文解字:小『能』熊就是小『熊』熊简单说,『能』、『熊』都是
bear
,
bear
本来是『能』,『能』字后来演化出了『熊』字。因此,古文中『能』『熊
Howie_Serious
·
2016-02-09 18:33
Bear
and Prime Numbers(暴力)
题目链接:点击打开链接题意:给n个数,m次询问,每次询问时一个区间[l,r]。求这个区间中的所有素数,能被n个数中的几个数整除的累加和。思路:没想到什么好办法,直接筛出素数以后直接暴力的,没想到跑的这么快。。最费时间的大概就是那个二重循环,但是可能因为素数比较少,所以实际的时间复杂度并不高。细节参见代码:#include #include #include #include #include #i
weizhuwyzc000
·
2016-02-02 13:00
codeforces
暴力
ACM-ICPC
Bear
and Prime Numbers
C.BearandPrimeNumberstimelimitpertest2secondsmemorylimitpertest512megabytesinputstandardinputoutputstandardoutputRecently,thebearstartedstudyingdatastructuresandfacedthefollowingproblem.Youaregivenase
aozil_yang
·
2016-02-02 00:00
C语言
codeforces
实现键盘弹出时,显示Emoji按钮的功能
显示和编辑控件原理通过布局高度变化监控键盘弹出,键盘弹出时显示Emoji按钮,键盘收起时隐藏Emoji按钮;实现使键盘弹出时,布局高度变化,显示或者隐藏Emoji按钮参照这篇博客:http://blog.csdn.net/
bear
_hua
老萌主
·
2016-02-01 15:14
他们告诉你,啥叫“实力秀恩爱”!
JayAlvarrez&AlexisRen这对情侣将旅行与职业结合,在Ins上各自拥有极高的人气,多次担任Pull&
Bear
海滩系列的代言人
广告也疯狂
·
2016-01-05 00:00
Bear
and Three Musketeers
B.BearandThreeMusketeerstimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutput
NaCl__
·
2015-12-31 08:00
Nodejs+Mongo+WebAPI
【目录】:|-models/
bear
.js|-node_modules/|-express|-mongoose|-body-parser|-Server.js|-package.json 2.
Marksion
·
2015-11-19 23:00
Nodejs+Mongo+WebAPI
【目录】:|-models/
bear
.js|-node_modules/|-express|-mongoose|-body-parser|-Server.js|-package.json 2.
Marksion
·
2015-11-19 23:00
一些常用的XPath语法
http://files.cnblogs.com/
bear
831204/XPathTest.zip 部分代码: WriteElements("The root bookstore, this
·
2015-11-13 22:48
xpath
vim 的多窗口, tab 切换_yuhui_
bear
_百度空间
vim 的多窗口, tab 切换_yuhui_
bear
_百度空间 vim 的多窗口, tab 切换 vim 从 vim7 开始加入了多标签切换的功能, 相当于多窗口.
·
2015-11-13 20:01
vim
冷谜语
有一只熊走过来 有备而来(有
bear
来) 02. 第十一本书 不可思议(book11) 03.
·
2015-11-13 18:09
Codeforces 385B
Bear
and Strings
题目链接:Codeforces 385B
Bear
and Strings 记录下每一个
bear
的起始位置和终止位置,然后扫一遍记录下来的结构体数组,过程中用一个变量记录上一个扫过的位置,用来去重。
·
2015-11-13 17:30
codeforces
好消息!微软将在中国创办官方的Dynamics CRM社区!!!
微软将在中国创办官方的Dynamics社区以支持高速发展的DynamicsCRM&ERP软件,现在正在公开招募会员加入,有兴趣的小伙伴们赶紧填完下面的表格并发我邮箱ghost_
bear
@163.com进行报名吧
ghostbear
·
2015-11-13 15:00
3.30
I can't
bear
living with you anymore. 2.我方保证向贵方随时提供最佳服务。
·
2015-11-13 07:35
Vasily the
Bear
and Fly
http://codeforces.com/contest/336/problem/B 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #include <cmath> 5 using namespace std; 6 7 int
·
2015-11-13 05:06
AS
Vasily the
Bear
and Triangle
http://codeforces.com/contest/336/problem/A 1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 using namespace std; 5 6 int main() 7 { 8 int x
·
2015-11-13 05:04
RIA
hdu 4736 This Is The Job The
Bear
Finds(2013年成都ACM网络赛)
// Time 1718 ms; Memory 1500 K #include<iostream> #include<cstdio> #include<cmath> #include<algorithm> #define eps 1e-10 #define sqr(a) ((a)*(a)) #define pi (2.0*asin(1.
·
2015-11-13 04:18
find
Android中的Shape使用总结
http://blog.csdn.net/
bear
_huangzhen/article/details/24488337 在Android程序开发中,我们经常会去用到Shape这个东西去定义各种各样的形状
·
2015-11-13 04:36
android
POJ 3294 Life Forms(后缀数组)
A few
bear
no h
·
2015-11-12 21:48
form
cf D
Bear
and Floodlight
题意:有n个灯,每个灯有一个照亮的角度,现在从点(l,0)走到点(r,0),问这个人若一直被灯照着能最多走多远? 思路;状压dp,然后通过向量旋转求出点(dp[i[,0)与灯的坐标(p[j].x,p[j].y)形成的向量然后旋转角度p[j].a,得到旋转之后的在x坐标轴上的点,然后与dp[i|(1<<j)]比较更新,找出最大值,再与右端点比较。有个情况,在旋转向量时,可能不与坐标轴有
·
2015-11-12 20:45
OO
cf C
Bear
and Prime Numbers
题意:给你一个n,输入n个数,然后输入m,接下来有m个询问,每一个询问为[l,r],然后输出在区间内[l,r]内f(p)的和,p为[l,r]的素数,f(p)的含义为在n个数中是p的倍数的个数。 思路:先打出10000000内的素数,然后统计每一个素数在n个数中的倍数的个数记录在num[i]中,在每次询问的是找出l,r在素数表的位置,然后计算就可以。 1 #include <c
·
2015-11-12 20:44
number
cf B
Bear
and Strings
题意:给你一个字符串,然后找多少区间内含有“
bear
”,输出数目; 1 #include <cstdio> 2 #include <cstring> 3 #include
·
2015-11-12 20:44
String
CodeSmith开发系列资料总结
“努力学习的熊”CodeSmith基础系列: 1.CodeSmith基础(一) http://
bear
-study-hard.cnblogs.com/archive/2005/12/19/300112
·
2015-11-12 16:30
code
常用正则整理 C#
@引用自:http://www.cnblogs.com/IT-
Bear
/archive/2012/02/17/2355865.html 常用的正则表达式 匹配中文字符的正则表达式
·
2015-11-12 15:29
C#
Sonnet-十四行诗
That thereby rose's aroma might never die, But as the riper should by time decease, His tender might
bear
·
2015-11-11 14:59
net
codeforces 385C
Bear
and Prime Numbers 预处理DP
题目链接:http://codeforces.com/problemset/problem/385/C 题目大意:给定n个数与m个询问区间,问每个询问区间中的所有素数在这n个数中被能整除的次数之和 解题思路:首先暴力打出一张素数表,最大的素数小于等于n个数中的最大值即可。在打表的过程就统计从2开始到当前素数的总的整除次数(简直简单粗暴),最后对于询问区间,找出该区间内的最小素数与最大素数在素数
·
2015-11-11 11:18
codeforces
Codeforces Round #195 (Div. 2) D题Vasily the
Bear
and Beautiful Strings
这场CF,脑子乱死啊。。。C题,搞了很长时间,结束了,才想到怎么做。B题,没看,D题,今天看了一下,很不错的组合题。 如果n和m都挺多的时候 以下情况都是变为1,根据偶数个0,最后将会为1,奇数个0,最后变为0,以1开头,全都是0. 0 1.. 0 0 0 1.... 0 0 0 0 0 1.... 总的情况是C(n+m,m),算1也可以算出来。注意m = 1的时候特判,0的
·
2015-11-11 10:39
codeforces
获取MOSS页面中控件使用的样式
原文链接:http://www.cnblogs.com/
Bear
-Study-Hard/archive/2007/07/27/833653.html 在Windows SharePoint Services
·
2015-11-11 07:18
OS
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他