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
2081
携手共进,共创未来——清单营复盘
作者:
2081
—梁—11排3班我们从小被老师、家长,包括猫叔等众多大咖教导我们要多读书,但很少人能坚持这个好习惯。主要原因有:不知道读书的意义;找不到优秀的书籍;没有养成阅读的习惯。
2081梁
·
2018-03-23 15:24
携手共进,共创未来——清单营复盘
作者:
2081
—梁—11排3班我们从小被老师、家长,包括猫叔等众多大咖教导我们要多读书,但很少人能坚持这个好习惯。主要原因有:不知道读书的意义;找不到优秀的书籍;没有养成阅读的习惯。
2081梁
·
2018-03-23 15:24
赢家说:2.01早报内参
宏观新闻:1)外管局:2017年12月,我国国际收支口径的国际货物和服务贸易收入16090亿元,支出14009亿元,顺差
2081
亿元。
赢家说_4d25
·
2018-02-01 09:11
赢家说:2.01早报内参
宏观新闻:1)外管局:2017年12月,我国国际收支口径的国际货物和服务贸易收入16090亿元,支出14009亿元,顺差
2081
亿元。
赢家说_4d25
·
2018-02-01 09:11
影视剧只是故事,看再多也替代不了现实世界中的行动
day304of365全文
2081
字|建议阅读4分钟文|mickjoust最后两个月的冲刺真的来了,身边的人,都开始进入新的一轮打鸡血的状态。你问我是不是也在打鸡血?没有。
mickjoust
·
2017-10-31 11:32
bzoj 1066: [SCOI2007]蜥蜴(最大流)
1066:[SCOI2007]蜥蜴TimeLimit:1SecMemoryLimit:162MBSubmit:4116Solved:
2081
[Submit][Status][Discuss]Description
Jaihk662
·
2017-08-07 23:02
网络流
日常
Hashbzoj3098bzoj3162bzoj2085bzoj1125bzoj2803bzoj1054bzoj3207bzoj3507bzoj4337bzoj2124bzoj1862&1056bzoj3067bzoj3097bzoj2351bzoj3555bzoj2258bzoj
2081
bzoj3198bzoj3483bzoj2151bzoj4435bzoj3578bzoj2795bzoj
priority_ez
·
2017-04-27 20:38
【SSLGZ
2081
】书本整理
问题描述小明的书架上放了许多书,为了使书架变得整洁,小明决定整理书架,他将所有书按高度大小排列,这样排了之后虽然整齐了许多,但小明发现,书本的宽度不同,导致书架看上去还是有些凌乱。小明把这个凌乱值定义为相邻两本书的宽度差的绝对值的和。例如有4本书:1x25x32x43x1那么小明将其排列整齐后的顺序是:1x22x43x15x3凌乱值就是2+3+2=7于是小明决定拿掉其中的k本书,使凌乱值最小,你能
Fallen_Angel001
·
2017-04-15 17:02
动态规划
BZOJ
2081
[Poi2010]Beads
对于每个长度把所有的串拿出来哈希判即可,哈希一个log,由调和级数复杂度是nlog^2的但是这题鬼畜的地方在于哈希……双模双base都被卡了……但是设模98754321,base=2333就能过……另外有个优化,如果当前长度乘当前最多个数大于n了,那么大于等于当前长度的长度就不可能更新答案了,可以直接break掉#include#include#include#include#include#in
neither_nor
·
2016-09-17 10:57
BZOJ
hash
调和级数
BZOJ
2081
: [Poi2010]Beads
题目大意:给一个数串,求出在每段长度为i(1#include#include#include#include#defineN200010usingnamespacestd;inta[N],h[N],g[N],cf[N];intbase=233,mod=98754321;intans[N];mapp;intgeth(intx,inty){x--;return((h[y]-(longlong)h[x]
commonc
·
2016-09-07 15:01
BZOJ
POI
Hash
STL
调和级数
刷题第七天:南邮NOJ【1015求最大公约数和最小公倍数】
最大公约数和最小公倍数时间限制(普通/Java):1000MS/3000MS运行内存限制:65536KByte总提交:
2081
测试通过:1033比赛描述求两个正整数的最大公约数和最小公倍数输入两个正整数
Rong-H
·
2016-06-04 21:34
南邮NOJ刷题记录
POJ
2081
Recaman's Sequence
Recaman'sSequenceTimeLimit:3000MS MemoryLimit:60000KB 64bitIOFormat:%I64d&%I64uSubmit StatusDescriptionTheRecaman'ssequenceisdefinedbya0=0;form>0,a m =a m−1 −mifthersultinga m ispositiveandnot
jinjide_ajin
·
2016-05-11 21:00
poj
2081
Recaman's Sequence
Recaman'sSequenceTimeLimit: 3000MS MemoryLimit: 60000KTotalSubmissions: 22529 Accepted: 9678DescriptionTheRecaman'ssequenceisdefinedbya0=0;form>0,am =am−1 −mifthersultingam ispositiveandnotalreadyinth
Z_huing
·
2016-05-11 18:00
poj
2081
Recaman's Sequence
CrawlingfailedTimeLimit:3000MS MemoryLimit:60000KB 64bitIOFormat:%I64d&%I64uSubmitStatusPracticePOJ
2081
Appointdescription
su20145104009
·
2016-05-11 10:00
poj
2081
poj2081
HDU-ACM
2081
手机短号TimeLimit:1000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):25597 AcceptedSubmission(s):15619ProblemDescription大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你
x121850182
·
2016-05-02 11:00
java
算法
编程语言
ACM
杭电
bzoj 2115: [Wc2011] Xor
2115:[Wc2011]XorTimeLimit: 10Sec MemoryLimit: 259MBSubmit:
2081
Solved: 868[Submit][Status][Discuss
clover_hxy
·
2016-04-24 16:00
hdoj
2081
手机短号
手机短号TimeLimit:1000/1000MS(Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):25417 AcceptedSubmission(s):15507ProblemDescription大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你
bmicnj
·
2016-04-16 22:00
[BZOJ
2081
][POI2010]Beads(hash)
题目描述传送门题解hash。暴力枚举k,然后每次hash。朴素的求法时间会爆,那么转化成前缀和乱搞。代码#include#include#include#include#include#includeusingnamespacestd;#definellunsignedlonglongconstintmax_n=3e5+5;constintMod=1e9+7;intn,S;inta[max_n];
Clove_unique
·
2016-03-31 23:44
题解
hash
[BZOJ
2081
][POI2010]Beads(hash)
题目描述传送门题解hash。暴力枚举k,然后每次hash。朴素的求法时间会爆,那么转化成前缀和乱搞。代码#include #include #include #include #include #include usingnamespacestd; #definellunsignedlonglong constintmax_n=3e5+5; constintMod=1e9+7; intn,S;
Clove_unique
·
2016-03-31 23:00
poi
hash
bzoj
bzoj
2081
: [Poi2010]Beads
2081
:[Poi2010]BeadsTimeLimit: 10Sec MemoryLimit: 259MBSubmit: 346 Solved: 135[Submit][Status][Discuss
clover_hxy
·
2016-03-28 21:00
【杭电oj】2647 - Reward(拓扑排序)(含测试数据)
Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):6725 AcceptedSubmission(s):
2081
ProblemDescriptionDandelion'suncleisabossofafactory.Asthespringfes
wyg1997
·
2016-03-24 23:00
HDOJ
2081
手机短号
ProblemDescription大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你将另外拥有一个短号。假设所有的短号都是是6+手机号的后5位,比如号码为13512345678的手机,对应的短号就是645678。现在,如果给你一个11位长的手机号码,你能找出对应的短号吗?Input输入数据的第一行是一个N(N0){ Stringstr1=sc.ne
qq_26525215
·
2016-02-02 17:00
poj3185 高斯消元
TheWaterBowlsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 5329 Accepted:
2081
DescriptionThecowshavealineof20waterbowlsfromwhichtheydrink.Thebowlscanbeeitherright-side-up
Fun_Zero
·
2016-01-29 00:00
数论
gauss
POJ-
2081
Recaman's Sequence
Recaman’sSequenceTimeLimit:3000MSMemoryLimit:60000KTotalSubmissions:22392Accepted:9614DescriptionTheRecaman’ssequenceisdefinedbya0=0;form>0,am=am−1−mifthersultingamispositiveandnotalreadyinthesequence
Dacc123
·
2016-01-07 19:00
POJ-
2081
Terrible Sets(暴力,单调栈)
TerribleSetsTimeLimit:1000MSMemoryLimit:30000KTotalSubmissions:4113Accepted:2122DescriptionLetNbethesetofallnaturalnumbers{0,1,2,…},andRbethesetofallrealnumbers.wi,hifori=1…naresomeelementsinN,andw0=0
Dacc123
·
2016-01-07 19:00
poj
2081
哈希表的应用
//============================================================================ // //>File:poj
2081
.cpp
fuyan159357
·
2015-11-14 21:00
hash
poj
拓扑学简介
拓扑学简介(二) http://songshuhui.net/archives/8788 拓扑学简介(三) http://songshuhui.net/archives/
2081
·
2015-11-13 03:55
简介
POJ
2081
Recaman's Sequence
这是一道要打表的递推题。注意数组开得足够大就行。 #include<cstdio> #include<cstring> #include<cstdlib> bool vis[4000000] = {false};//记录一个数是否出现在结果中 int a[500005]; void init() { a[0] =
·
2015-11-13 03:56
sequence
NK
2081
: 最优贸易
2081
: 最优贸易 Time Limit: 1000 ms Memory Limit: 131072 kB 
·
2015-11-13 01:44
[HDOJ]_
2081
_手机短号
题目: Problem Description 大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你将另外拥有一个短号。假设所有的短号都是是 6+手机号的后5位,比如号码为13512345678的手机,对应的短号就是645678。 现在,如果给你一个11位长的手机号码,你能找出对应的短号吗? Input 输入数据的第一行是一个N(N &l
·
2015-11-12 23:03
手机
4080 - Warfare And Logistics
option=com_onlinejudge&Itemid=8&page=show_problem&problem=
2081
解题:很暴力的spfa 压线过了。。
·
2015-11-12 22:27
log
POJ
2081
(Recaman's Sequence)
题目链接 简单动态规划题。 View Code 1 #include <stdio.h> 2 #include <string.h> 3 #define N 500002 4 #define MAX 10000000 5 char vis[MAX]; 6 int c[N]; 7 int main() 8 { 9 int n,i,tmp; 10
·
2015-11-12 22:47
sequence
HDOJ HDU
2081
手机短号 ACM
2081
IN HDU
pid=
2081
水到不能在水的一道题...................... 直接代码: //M
·
2015-11-11 07:34
ACM
HDU 2612 Find a way (BFS)
32768/32768 K (Java/Others)Total Submission(s): 6251 Accepted Submission(s):
2081
·
2015-11-11 02:28
find
zoj
2081
- Mission Impossible
problemCode=
2081
刚看到最短路就想到了bfs搜索,但是看完题后发现bfs搜索解决完最短路问题后不好处理炸弹问题。
·
2015-11-09 14:59
imp
动态规划练习 索引
1, The Triangle (POJ 1163) 2, Function Run Fun (POJ 1579) 3, Recaman's Sequence (POJ
2081
) 4, World
·
2015-11-09 12:45
动态规划
动态规划练习 3
题目:Recaman's Sequence (POJ
2081
) 链接:http://acm.pku.edu.cn/JudgeOnline/problem?
·
2015-11-09 12:06
动态规划
poj
2081
简单题 View Code #include < iostream > #include < cstdio > #include < cstdlib > #include < cstring &
·
2015-11-07 12:27
poj
pku
2081
----Recaman's Sequence(按所给的递推公式来做就行)
5196K 16MS G++ 414B 刚开始还苦恼着要不要自己重新再推一个公式出来 后来发现他给的空间和时间限制,应该是足够的,就试了一下,结果就是上面这样子。 题目思路就是:首先生成结果 主程序里直接调用就可以了。 代码如下: Code #include<stdio.h> #include<string.h>
·
2015-11-01 13:10
sequence
CODEVS1006&&
2081
&&2205等差数列
复习dp,做了一系列的等差数列,突然发现第一个和第二个是穷举的。。。 1006: 题目描述 Description 给定n(1<=n<=100)个数,从中找出尽可能多的数使得他们能够组成一个等差数列.求最长的等差数列的长度. 思路:穷举,n^3的时间复杂度,稳过。 code: #include<iostream>
·
2015-10-31 16:15
code
EntLib3.0 Feb2007CTP Beta发布
ReleaseId=
2081
February 2007 CTP of Enterprise Library 3.0.
·
2015-10-31 11:54
2007
poj
2081
Recaman's Sequence Time Limit: 3000MS Memory Limit: 60000K Total Submissions: 15860 Accepted: 6666 Description The Recaman's sequence is defined by a0 = 0 ; for m
·
2015-10-31 10:15
poj
POJ
2081
Recaman's Sequence
Original ID:
2081
64-bit integer IO format: %lld Jav
·
2015-10-31 08:28
sequence
(HDOJ
2081
)手机短号
手机短号 Problem Description 大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你将另外拥有一个短号。假设所有的短号都是是 6+手机号的后5位,比如号码为13512345678的手机,对应的短号就是645678。 现在,如果给你一个11位长的手机号码,你能找出对应的短号吗?
·
2015-10-30 14:39
手机
Makefile
autogen.shconfigune.ac//修改缺少库要自己加Makefile.am2078 mkdirtest 2079 cdtest/ 2080 ls
2081
cp..
zzucaicai
·
2015-10-28 19:00
POJ
2081
Recaman's Sequence Time Limit: 3000MS Memory Limit: 60000K Total Submissions: 18575 Accepted: 7751 Description The Recaman's sequence is defined by a0 = 0 ; for m > 0
·
2015-10-27 16:31
poj
HLG
2081
分苹果
苹果 Time Limit: 1000 MS Memory Limit: 32768 K Total Submit: 39(24 users) Total Accepted: 29(22 users) Rating: Special Judge: No Description 圆桌旁围坐n个人,按顺序将他们编号为1~n,第i个人有xi个苹果(i=1,2
·
2015-10-27 13:38
苹果
天涯明月刀燕云隐藏灵犀点坐标分享
《天涯明月刀OL》不限号测试燕云地图所有固定/隐藏灵犀点详细位置及坐标点:《天涯明月刀》不限号燕云固定/隐藏灵犀点坐标名称隐藏/固定地点坐标奖励灵犀意·牧野天苍茫固定绝尘镇
2081
,115057000修为灵犀意
佚名
·
2015-10-22 16:38
天涯明月刀燕云隐藏灵犀点坐标一览表
《天涯明月刀OL》不限号测试燕云地图所有固定/隐藏灵犀点详细位置及坐标点:《天涯明月刀》不限号燕云固定/隐藏灵犀点坐标名称隐藏/固定地点坐标奖励灵犀意·牧野天苍茫固定绝尘镇
2081
,115057000修为灵犀意
佚名
·
2015-10-22 14:21
HDOJ
2081
手机短号 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 9653 Accepted Submission(s): 6102 Problem Description 大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入
·
2015-10-21 12:33
OJ
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他