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
1073
ACdream
1073
#include #include #include usingnamespacestd; boolcmp(inta,intb) { returna>b; } intmain() { inti,n,exp[1024],a[10],ans,cnt,now; while(~scanf("%d",&n)) { memset(exp,0,sizeof(exp)); scanf("%d%d%d%d",&
xinag578
·
2015-05-26 14:00
akoj-
1073
- Let the Balloon Rise
LettheBalloonRiseTimeLimit:1000MS MemoryLimit:65536KTotalSubmit:92Accepted:58DescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges'favoritetimeisguessingt
fjinhao
·
2015-05-09 22:00
编程
c
C语言
1073
雷霆战机
ProblemDescription风风最近迷上了一个打飞机游戏——《雷霆战机》,战机分为白二星、绿三星、蓝四星、紫五星,四种品质。当然,最厉害的是紫色五星的战机啦。战机分为升级和进阶两种。升级:提升战机的等级,但战机品质不变。进阶:可将战机提升一个星级(白二星->绿三星->蓝四星->紫五星)。为了简化问题,规定战机进阶规则如下:白色二星:起始等级Lv1级,满级Lv25级。Lv1升级到Lv25,总
kl28978113
·
2015-05-09 14:00
hdu
1073
Online Judge 一道字符串处理的水题,,wa了我一下午。。。这几天发生了点不寻常的事。
OnlineJudgeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):5735 AcceptedSubmission(s):2157ProblemDescriptionIgnatiusisbuildinganOnlineJudge,nowhehaswor
Lionel_D
·
2015-03-15 17:00
字符串
online
judge
hdu1073
1073
. Scientific Notation (20)
http://www.patest.cn/contests/pat-a-practise/
1073
Scientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularexpression
a_big_pig
·
2015-03-11 22:00
算法
解题报告
浙大机试
科目一易混的考题
科目一有
1073
道题,但通看一下有很多的重复的,真正需要注意的也就那么30道,这30道是我最后的错题,希望对驾考的人有帮助1驾驶机动车在高速公路遇到见能度低于100米的气象条件,开启雾灯,近光灯,示廊灯
terry_hding
·
2015-03-03 14:00
科目一
驾考
1073
. Scientific Notation (20)
题目:Scientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularexpression[+-][1-9]"."[0-9]+E[+-][0-9]+whichmeansthattheintegerportionhasexactlyon
Yangsongtao1991
·
2015-03-02 18:00
考试
pat
浙江大学
PAT
1073
Scientific Notation
Scientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularexpression[+-][1-9]"."[0-9]+E[+-][0-9]+whichmeansthattheintegerportionhasexactlyonedi
cham3
·
2015-03-01 15:00
PAT B1024或A
1073
科学计数法 有空必须再做的
//提交了好几次,第一次是只对了一个点,回来用书提供的另外数据测试,4个错了3,发现了很多问题。第二次又有一个点是段错误,仔细看发现数组大小1010,应该10010 //这一题要注意数符号直接判断后输出,下面就不用考虑了。 //注意0的情况先说完比较好 //想清楚第一个数不一定都是1。科学计数法小数点前有可能是1-9任何数 //这一题可以全部输出,循环语句中写下如果是'.'则break,这样就省
daisyleedq
·
2015-02-24 17:00
C++
算法
pat
[置顶] oj分类
1014、1015、1017、1020、1021、1022、1031、1032、1033、1036、1037、1038、1039、1046、1048、1049、1052、1062、1064、1070、
1073
ydd97
·
2015-01-22 11:00
九度OJ 1205 N阶楼梯上楼问题 (DP)
题目1205:N阶楼梯上楼问题时间限制:1秒内存限制:128兆特殊判题:否提交:2817解决:
1073
题目描述:N阶楼梯上楼问题:一次可以走两阶或一阶,问有多少种上楼方式。
wdkirchhoff
·
2014-12-23 12:00
九度OJ
1205
九度OJ
1073
杨辉三角形
题目
1073
:杨辉三角形时间限制:1秒内存限制:32兆特殊判题:否提交:3239解决:1399题目描述:输入n值,使用递归函数,求杨辉三角形中各个位置上的值。
wdkirchhoff
·
2014-12-23 11:00
杨辉三角形
九度OJ
1073
九度OJ—题目
1073
:杨辉三角形
题目描述:输入n值,使用递归函数,求杨辉三角形中各个位置上的值。输入:一个大于等于2的整型数n输出:题目可能有多组不同的测试数据,对于每组输入数据,按题目的要求输出相应输入n的杨辉三角形。样例输入:6样例输出:11 121 1331 14641 15101051来源:2002年清华大学计算机研究生机试真题(第I套)答疑:解题遇到问题?分享解题心得?讨论本题请访问:http://t.jobdu.co
wtyvhreal
·
2014-12-23 09:00
杨辉三角形
九度OJ
题目1073
HDU - 2817 - A sequence of numbers (快速幂取模!)
Java/Others) MemoryLimit:32768/32768K(Java/Others)TotalSubmission(s):3494 AcceptedSubmission(s):
1073
ProblemDescriptionXinlvwrotesomesequencesonthepaperalo
u014355480
·
2014-12-14 10:00
C++
ACM
ICPC
HDU
快速幂取模
hrbust
1073
病毒 (并查集)
本文出自:http://blog.csdn.net/svitter题意:不必赘述了。。一开始觉得直接遍历fa[i]==0计数即可,因为本身就写了如果合并并查集,那么父节点就是0,但是没有考虑这种情况:fa[1]=2,fa[2]=2, join(0,1)此时fa[1]还是为2的,但是遍历fa[i]的时候不会将其计入。如是。#include #include #include usingnamespa
svtter
·
2014-10-17 23:00
C++
c
ACM
并查集
hrbust
1073
病毒 (并查集)
本文出自:http://blog.csdn.net/svitter题意:不必赘述了。。一开始觉得直接遍历fa[i]==0计数即可,因为本身就写了如果合并并查集,那么父节点就是0,但是没有考虑这种情况:fa[1]=2,fa[2]=2, join(0,1)此时fa[1]还是为2的,但是遍历fa[i]的时候不会将其计入。如是。#include #include #include usingnamespa
svtter
·
2014-10-17 23:00
C++
c
ACM
并查集
POJ2631——Roads in the North
RoadsintheNorthTimeLimit:1000MS MemoryLimit:65536KTotalSubmissions:2192 Accepted:
1073
DescriptionBuildingandmaintainingroadsamongcommunitiesinthefarNorthisanexpensivebusiness.Withthisinmind
Guard_Mine
·
2014-10-17 18:00
Ural
1073
Square Country (DP)
题目地址:Ural
1073
DP水题。也可以说是背包。
u013013910
·
2014-10-05 10:00
编程
算法
dp
C语言
ACM
浙大PAT考试
1073
~1076(2014-3-1)
题目地址:http://pat.zju.edu.cn/contests/pat-a-practise
1073
:直接模拟就好。
opm777
·
2014-09-03 11:00
pat
PAT
1073
. Scientific Notation (20)
http://pat.zju.edu.cn/contests/pat-a-practise/
1073
Scientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularexpression
xtzmm1215
·
2014-08-27 02:00
1073
Kuchiguse
水题,注意:scanf("%d", &n); getchar();//第一个数字n读完后还有个回车剩下了,要读掉,fuck! gets(s1);#include #include int n; char s1[300]; char s2[300]; char c[300]; int main(){ freopen("in.txt", "r", stdin); scanf("%d", &n
kaneqi
·
2014-08-26 20:00
1073
. Scientific Notation
#include #include usingnamespacestd; intmain() { if(cin.get()=='-')cout>k; if(k0) { intcnt=st.size()-2;//右边cnt个数字 if(kcnt)st+=string(k-cnt,'0'); } } cout<
u013827143
·
2014-07-04 18:00
分析Linux磁盘管理与文件系统专题三
zhangfengzhe.blog.51cto.com/8855103/1430531我们已经对磁盘进行了分区,信息如下:[root@localhost ~]# fdisk -l /dev/sdb Disk /dev/sdb:
1073
zfz_linux_boy
·
2014-06-28 22:30
linux
文件系统
磁盘
HDOJ 1528 Card Game Cheater
CardGameCheaterTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):
1073
u012797220
·
2014-06-27 11:00
Hrbust
1073
#include#include#includeusingnamespacestd;#definemaxn50005intf[maxn];intfind(intx){ if(x!=f[x]) returnf[x]=find(f[x]);}voidfan(intx,inty){ intpx=find(x); intpy=find(y); if(px!=py) f[px]=py;}in
u013570474
·
2014-06-12 12:00
HDU
1073
Online Judge(字符串)
OnlineJudgeTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):4977 AcceptedSubmission(s):1889ProblemDescriptionIgnatiusisbuildinganOnlineJudge,nowhehaswor
IAccepted
·
2014-06-09 20:00
字符串
HDU
iaccepted
1073
uva
1073
- Glenbow Museum
ThefamousGlenbowMuseuminCalgaryisWesternCanada'slargestmuseum,withexhibitsrangingfromarttoculturalhistorytomineralogy.Abrandnewsectionisbeingplanned,devotedtobrilliantcomputerprogrammersjustlikeyou.Un
小小小小葱
·
2014-05-22 21:19
DP
xapian编译问题
结果出现NMAKE:fatalerrorU
1073
:不知道如何生成“"pian\xapian-core-1.2.8\config.h"”Stop.NMAKE:fatalerrorU1077:“"C:\ProgramFiles
davidsu33
·
2014-05-18 15:00
xapian编译
SJTU OJ
1073
能量项链
问题描述Description在Mars星球上,每个Mars人都随身佩带着一串能量项链。在项链上有N颗能量珠。能量珠是一颗有头标记与尾标记的珠子,这些标记对应着某个正整数。并且,对于相邻的两颗珠子,前一颗珠子的尾标记一定等于后一颗珠子的头标记。因为只有这样,通过吸盘(吸盘是Mars人吸收能量的一种器官)的作用,这两颗珠子才能聚合成一颗珠子,同时释放出可以被吸盘吸收的能量。如果前一颗能量珠的头标记为
WuXueyang
·
2014-05-10 16:00
HLG
1073
#include <iostream> #define N 50005 using namespace std; int fa[N]; ///定义N个父节点 int num[N]; ///用于记录每组有多少个对象 void init(int n){ for(int i = 0; i < n; ++i) {
Guess_ya
·
2014-04-29 18:00
HLG
PAT
1073
. Scientific Notation (科学计数法 字符串模拟)
字符串模拟,不难的。先用字符串digits记录所有的数字,可确保有效位数不变;再用整型exp记录指数大小。我在处理那种结果中不带小数点的时候出现了错误——exp+1>=digits.size(),即exp+1 #include #include usingnamespacestd; inlineintstring_to_int(conststring&str) { intret; string
u014674776
·
2014-04-14 16:00
C++
pat
scientific
notation
Pat(Advanced Level)Practice--
1073
(Scientific Notation)
Pat
1073
代码题目描述:Scientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularexpression
u012736084
·
2014-04-12 21:00
C++
pat
基础题
advance
网络广播mms直播地址
北京新闻广播mms://alive.rbc.cn/fm1006北京城市广播mms://alive.rbc.cn/fm
1073
北京故事广播mms://alive.rbc.cn/am603北京交通广播mms
李鱼跃龙门
·
2014-04-05 09:00
URAL
1073
. Square Country(完全背包)
space=1&num=
1073
今天发生了各种事情,全是坏事,悲剧。状态降到了低谷。原本一道简单的题想跑偏了。有简化一下,拿n元钱去买地,已知每块地都是正方形,而且它的花费是a*a(a边长)。
u013081425
·
2014-03-18 20:00
dp
【C++】PAT(advanced level)
1073
. Scientific Notation (20)
1073
.ScientificNotation(20)时间限制100ms内存限制32000kB代码长度限制16000B判题程序Standard作者HOU,QimingScientificnotationisthewaythatscientistseasilyhandleverylargenumbersorverysmallnumbers.Thenotationmatchestheregularex
artemisrj
·
2014-03-04 13:00
2014-03-01 春季PAT
1073
-1076解题报告
今天下午的PAT考试状态不理想,回来怒刷了一遍,解题报告如下:
1073
.
liqiangzju
·
2014-03-01 23:00
pat
PAT (Advanced)
1073
. Scientific Notation (20)
#define_CRT_SECURE_NO_WARNINGS #include #include #include usingnamespacestd; intmain() { stringraw; cin>>raw; if(raw[0]=='-') coutlens2) { cout<
hale1007
·
2014-03-01 22:00
java.lang.Integer cannot be cast to java.lang.Long异常处理
java.lang.Integercannotbecasttojava.lang.Longatcom.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
sxb0841901116
·
2014-03-01 13:00
异常处理
exception
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
MySQL多个大文本域异常
java.sql.SQLException: Got error 139 from storage engine at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:
1073
qindongliang1922
·
2014-02-25 17:00
mysql
wikioi-天梯-进入省队-并查集-
1073
:家族
题目描述Description若某个家族人员过于庞大,要判断两个是否是亲戚,确实还很不容易,现在给出某个亲戚关系图,求任意给出的两个人是否具有亲戚关系。规定:x和y是亲戚,y和z是亲戚,那么x和z也是亲戚。如果x,y是亲戚,那么x的亲戚都是y的亲戚,y的亲戚也都是x的亲戚。输入描述InputDescription第一行:三个整数n,m,p,(nheight(b),那么father[b]=a。注意:
maverick1990
·
2014-01-14 21:00
并查集
WIKIOI
天梯
Linux LVM 创建、删除、扩展
2启动RH3在终端上输入[BeiGang@localhost~]$fdisk-lDisk/dev/sdc:
1073
MB,1073741824bytes……Disk/dev/sdcdoesn'tcontainavalidpartitiontable4
vip_lose
·
2013-12-05 13:49
lvm
LVM扩展
lvm创建.lvm删除
xapian 1.2.x在VC下编译问题的浅析(可能是一)
结果出现NMAKE:fatalerrorU
1073
:不知道如何生成“"pian\xapian-core-1.2.8\config.h"”Stop.NMAKE:fatalerrorU1077:“"C:\ProgramFiles
starcat2002
·
2013-11-08 23:00
xapian
light oj
1073
状态压缩dp+输出字典序最小的解
算是比较基本的题,不忍直视的搓代码,string乱搞后惨不忍睹,调了好久终于AC,代码能力弱成渣。做法:给你的一些串中,你先暴力去掉一些无用的子串,比方有aaaa和aa,那aa就没用了,去掉然后从下往上放字符串(注意方向,为了输出字典序最小),我的val[i][j]表示串i在下,串j在上所增加的str[i]的前缀长度 如 aabb bbcccc,那前缀为aa,长度为2然后dfs搜出解。string
c3568
·
2013-11-07 20:00
编译器错误C999 到 C4999查询详解(整理在此,方便以后查询)
错误 C1046错误 C1051错误 C1054错误 C1055错误 C1057错误 C1059错误 C1060错误 C1061错误 C1064错误 C1065错误 C1067错误 C1071错误 C
1073
bjtbjt
·
2013-11-06 12:00
UVa 10132 File Fragmentation (想法题)
option=com_onlinejudge&Itemid=8&category=113&page=show_problem&problem=
1073
Yourfriend,abiochemistrymajor
synapse7
·
2013-10-30 08:00
C++
ACM
uva
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他