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
1082
tyvjP
1082
找朋友
描述 Description 童年的我们,对各种事物充满了好奇与向往。这天,小朋友们对数字产生了兴趣,并且想和数字交朋友。可是,怎么分配这些数字才能使得每个小朋友都唯一地找到一个数字朋友呢?C小朋友说:咱们按自己名字的字典序先后,依次选择一个剩余的最小的数字当朋友。好么?Q小朋友十分赞同。于是,大家都同意了。 输入格式 Input Format
·
2015-10-30 10:16
朋友
HDU
1082
Matrix Chain Multiplication by kuangbin
pid=
1082
writed by kuangbin 题目大意: 大意就是给你n个矩阵,再给你一个矩阵链,先判断矩阵链是否合法,再计算这个矩阵链要做多少次乘法。
·
2015-10-27 16:30
Matrix
photoshop cs4 多语言
序列号: (一个一个试一下) 1330-
1082
-3503-2270-3738-6738 1330-1776-8671-6289-7706-2916 133
·
2015-10-27 14:44
photoshop
51nod
1082
与7无关的数 (打表)
一个正整数,如果它能被7整除,或者它的十进制表示法中某个位数上的数字为7,则称其为与7相关的数。求所有小于等于N的与7无关的正整数的平方和。例如:N=8, #include #include #include usingnamespacestd; constintmaxn=1e6+100; typedeflonglongll; lla[maxn]; voidinit() { lli,j,t,ok;
h1021456873
·
2015-10-24 17:00
8个优秀的Android开源游戏引擎
http://www.son1c.cn/show/
1082
.html 很多初学Android游戏开发的朋友,往往会显得有些无所适从,他们常常不知道该从何处入手,每当遇到自己无法解决的难题时
·
2015-10-23 08:07
android
HDOJ 2151
/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1727 Accepted Submission(s):
1082
·
2015-10-23 08:29
OJ
九度OJ
1082
:代理服务器 (DP)
时间限制:1秒内存限制:32兆特殊判题:否提交:1871解决:574题目描述: 使用代理服务器能够在一定程度上隐藏客户端信息,从而保护用户在互联网上的隐私。我们知道n个代理服务器的IP地址,现在要用它们去访问m个服务器。这m个服务器的IP地址和访问顺序也已经给出。系统在同一时刻只能使用一个代理服务器,并要求不能用代理服务器去访问和它IP地址相同的服务器(不然客户端信息很有可能就会被泄露)。在这
thudaliangrx
·
2015-10-22 18:00
dp
C语言
九度
POJ
1082
Calendar Game 题解《挑战程序设计竞赛》
POJ
1082
CalendarGame 翻黄历:Adam和Eve玩游戏,在1990年的1月1号到2001年的11月4号之间随机出一个日期,两人轮流增加日期,Adam先手。
hankcs
·
2015-09-23 22:00
1082
. Read Number in Chinese (25)
题目链接:http://www.patest.cn/contests/pat-a-practise/
1082
题目:Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample
陈小旭
·
2015-09-07 19:32
PAT
1082
. Read Number in Chinese (25)
题目链接:http://www.patest.cn/contests/pat-a-practise/
1082
题目:Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample
Apie_CZX
·
2015-09-07 19:00
zzuli OJ
1082
: 敲7(多实例测试)
Description输出7和7的倍数,还有包含7的数字例如(17,27,37...70,71,72,73...)Input首先输入一个整数t,表示有t组数据。 然后有t行,每行一个整数N。(N不大于30000) Output对于每组数据,输出从小到大排列的不大于N的与7有关的数字。每组数据占一行,每个数字后面有一个空格;SampleInput22030SampleOutput7141771417
sinat_25926481
·
2015-08-30 10:00
编程
c
算法
C语言
ACM
LightOJ Array Queries
1082
【线段树求区间最值】
1082
-ArrayQueriesPDF(English)StatisticsForumTimeLimit: 3second(s)MemoryLimit: 64MBGivenanarraywith N
ydd97
·
2015-08-20 22:00
数据结构
C++
c
算法
C语言
Light OJ
1082
1082
- Array Queries(区间最值)
1082
-ArrayQueriesPDF(English)StatisticsForumTimeLimit:3second(s)MemoryLimit:64MBGivenanarraywithNelements
helloiamclh
·
2015-08-20 21:00
ZOJ
1082
Stockbroker Grapevine
题目地址:点击打开链接思路:求一个点到其他点的最短距离用Dijkstra算法,而求任意一对顶点间的最短距离通常用Floyd算法,只不过时间复杂度会高一点,这里的距离是一个抽象的概念,还有就是当发现局部变量需要定义为全局变量时,记得把局部变量删除,不然错误很难找出来,调了一个小时发现,n既定义了全局变量,又定义了局部变量,结果导致n值不同AC代码:#include #include #include
qq_25605637
·
2015-08-14 11:00
字符串替换 hihoCoder
1082
然而沼跃鱼早就看穿了一切
一直因为C++里面没有现成的替换函数而烦恼,只怪自己太懒懒的写借这题写好这个函数,,以后直接用就好了#include #include #include #include #include #include #include #include #include #include #include #include usingnamespacestd; constintMX=1e3+5; str
qwb492859377
·
2015-08-13 22:00
博弈题集
========================================================================================HDOJ1079&POJ
1082
&
u014355480
·
2015-08-12 00:00
ACM
博弈
HDU
1082
Matrix Chain Multiplication
题目地址:点击打开链接思路:用map和stack即可解决AC代码:#include #include #include #include usingnamespacestd; structnode{introw,col;}; intmain() { intn,i,count; charc; mapmar; cin>>n; for(i=0;i>c; cin>>mar[c].row>>mar[c
qq_25605637
·
2015-08-11 10:00
线段树 csu
1082
憧憬一下集训
最简单的扫描线思想。。如果把空调温度当作横坐标,音响声音大小当作纵坐标,那么题意可以转换成,给你许多个矩形,问一个点最多被覆盖多少次~那么按照纵坐标大小排序,从下向上扫描,用线段树维护点的覆盖次数有个地方要注意排序的时候,因为不仅要按照坐标大小排序,因为s,t可能会相等,那么矩形会退化成一条线。那么我们一般的面积并的时候,是考虑两根扫描线之间的距离,而这题不仅要考虑距离,还要考虑扫描线的更新顺序我
qwb492859377
·
2015-08-10 21:00
1082
. Read Number in Chinese (25)
题目如下:Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample,-123456789isreadas"FuyiYierQiansanBaisiShiwuWanliuQianqiBaibaShijiu".
xyt8023y
·
2015-08-10 17:00
算法
String
pat
hdoj 5289 Assignment 【RMQ + 二分查找区间最优长度】
2000MS(Java/Others)MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):2225AcceptedSubmission(s):
1082
ProblemDescriptionTomownsacompanyandheistheboss.Therearenstaffswhichar
笑着走完自己的路
·
2015-08-06 13:43
二分
RMQ
hdoj 5289 Assignment 【RMQ + 二分查找区间最优长度】
Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):2225 AcceptedSubmission(s):
1082
ProblemDescriptionTomownsacompanyandheistheboss.Therearenstaff
chenzhenyu123456
·
2015-08-06 13:00
POJ 3695 Rectangles (矩形并 状压+容斥定理 好题)
RectanglesTimeLimit:2000MS MemoryLimit:65536KTotalSubmissions:3730 Accepted:
1082
DescriptionYouaredevelopingasoftwareforpaintingrectanglesonthescreen.Thesoftwaresupportsdrawingseveralrectanglesandfilli
Tc_To_Top
·
2015-08-04 00:00
poj
容斥
hihoCoder -
1082
- 然而沼跃鱼早就看穿了一切(字符串处理)
题意:给你一串字符串,要求把字符串中出现的“marshtomp”全部换成“fjxmlhx”,且不区分大小写思路:在处理的时候不区分大小写,但注意,输出的时候要考虑大小写,我用了两个数组,一个纯小写用于判断,另外一个用来输出/*************************************************************************>Author:violet0
violet_echo_0908
·
2015-07-22 14:00
字符串处理
hihoCoder
hdoj分类
1029 1031 1033 1034 1035 1036 1037 1039 1042 1047 1048 1049 1050 1057 1062 1063 1064 1070 1073 1075
1082
·
2015-06-01 21:00
分类
HihoCoder#
1082
: 然而沼跃鱼早就看穿了一切
#
1082
:然而沼跃鱼早就看穿了一切时间限制:1000ms单点时限:1000ms内存限制:256MB描述fjxmlhx每天都在被沼跃鱼刷屏,因此他急切的找到了你希望你写一个程序屏蔽所有句子中的沼跃鱼(“
u010885899
·
2015-05-29 23:00
字符串操作
hihoCoder
BZOJ_
1082
栅栏
id=
1082
题目大意:见原题。2.思路这题是USACO原题(省选可以出原题?)所以跟SXBK的ZJOI比起来应该要简单不少。怀着这样的心情来看这道题,一看就觉得是二分答案。
Zhu8655
·
2015-05-16 18:04
Maven/SBT常用的repositorie一览表
本文链接地址: 《Maven/SBT常用的repositorie一览表》(http://www.iteblog.com/archives/
1082
)我们在用Maven编译项目的时候有时老是出现无法下载某些
蜀山下的鱼
·
2015-04-29 00:00
maven
maven
2
repositorie
最大黑区域-DFS
最大黑区域TimeLimit:1000MS MemoryLimit:32768KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice FZU
1082
Description
bao_libra
·
2015-04-20 19:00
FZU
1082
【最大黑区域】
Description二值图像是由黑白两种像素组成的矩形点阵,图像识别的一个操作是求出图像中最大黑区域的面积。请设计一个程序完成二值图像的这个操作。黑区域由黑像素组成,一个黑区域中的每个像素至少与该区域中的另一个像素相邻,规定一个像素仅与其上、下、左、右的像素相邻。两个不同的黑区域没有相邻的像素。一个黑区域的面积是其所包含的像素的个数。Input输入由多个测试例组成。每个测试例的第一行含两个整数n
u012970471
·
2015-04-20 10:00
然而沼跃鱼早就看穿了一切(暴力+懒惰标记)
Link:http://hihocoder.com/problemset/problem/
1082
时间限制:1000ms单点时限:1000ms内存限制:256MB描述fjxmlhx每天都在被沼跃鱼刷屏,
Enjoying_Science
·
2015-04-05 15:00
算法
ACM
linux下使用 qextserialport 编写串口小程序
url=1YsJOHAW0EYV-sqhD1Hhr4BW1f3gtBy793GO8mkFIk3YqWOrKrZJYIlzDxkH97ReeOIBysuqVTQRK
1082
ytlUKJ_6Gi900Hkg4znzNO6BDu
G1036583997
·
2015-04-01 12:00
关于linux内存
free shared buffers cachedMem: 10017 9896 121 0 384 8429-/+buffers/cache:
1082
fzq1988215
·
2015-03-31 13:00
懒散线段树
链接:http://codevs.cn/problem/
1082
/
1082
线段树练习3 时间限制:3s 空间限制:128000KB 题目等级:大师Master题解题目描述 Description给你N个数
libin66
·
2015-03-18 21:00
【BZOJ
1082
】 [SCOI2005]栅栏
1082
:[SCOI2005]栅栏TimeLimit: 10Sec MemoryLimit: 162MBSubmit: 827 Solved: 392[Submit][Status]Description
Regina8023
·
2015-03-05 21:00
DFS
二分
OI
bzoj
1082
. Read Number in Chinese (25)
题目:Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample,-123456789isreadas"FuyiYierQiansanBaisiShiwuWanliuQianqiBaibaShijiu".No
Yangsongtao1991
·
2015-03-02 19:00
考试
pat
浙江大学
[置顶] oj分类
1017、1020、1021、1022、1031、1032、1033、1036、1037、1038、1039、1046、1048、1049、1052、1062、1064、1070、1073、1076、
1082
ydd97
·
2015-01-22 11:00
hihoCoder -
1082
- 然而沼跃鱼早就看穿了一切 (字符串处理!!)
#
1082
:然而沼跃鱼早就看穿了一切时间限制:1000ms单点时限:1000ms内存限制:256MB描述fjxmlhx每天都在被沼跃鱼刷屏,因此他急切的找到了你希望你写一个程序屏蔽所有句子中的沼跃鱼(“
u014355480
·
2014-12-23 16:00
字符串
ACM
hihoCoder
【hackerrank】字符串题目
1简单题:回文串 str中删除某个字母,剩余部分是一个回文:O(n)KMP http://hihocoder.com/problemset/problem/
1082
#include #include
brandohero
·
2014-12-12 20:00
HDU 1535 Invitation Cards 【SPFA + 链式前向星】
Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):2232 AcceptedSubmission(s):
1082
ProblemDescriptionIntheageoftelevision
u013806814
·
2014-12-07 01:00
HDU
为什么COREOS和DOCKER的分手是命中注定的
[img]http://dl2.iteye.com/upload/attachment/0104/
1082
/fb3c2e24-ff6e-3e5c-819d-1683edd0d2ae.jpg[/img][
JCcccccc
·
2014-12-05 11:48
PAT
1082
. Read Number in Chinese (25)
http://pat.zju.edu.cn/contests/pat-a-practise/
1082
Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample
xtzmm1215
·
2014-11-02 00:00
1082
Read Number in Chinese
从前往后读,注意加"ling"和加"Wan","Yi"的判断条件#include #include #include #include #include using namespace std; char s[10]; string unit[] = {"","Shi","Bai","Qian","Wan","Yi" }; string number[]={"yi","er","sa
kaneqi
·
2014-08-28 21:00
hdu
1082
!【数学】
/*MatrixChainMultiplication TimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others) TotalSubmission(s):1067AcceptedSubmission(s):720 ProblemDescription Matrixmultiplicationproble
u014641529
·
2014-08-11 09:00
c
Pat(Advanced Level)Practice--
1082
(Read Number in Chinese)
Pat
1082
代码题目描述:Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample
u012736084
·
2014-07-28 21:00
C++
基础题
A-pat
pat
1082
. Read Number in Chinese (25)
1082
.ReadNumberinChinese(25)时间限制400ms内存限制32000kB代码长度限制16000B判题程序Standard作者CHEN,YueGivenanintegerwithnomorethan9digits
nan327347465
·
2014-07-28 15:00
String
PAT A
1082
. Read Number in Chinese (25)
题目Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway. Output"Fu"firstifitisnegative. Forexample,-123456789isreadas"FuyiYierQiansanBaisiShiwuWanliuQianqiBaibaShijiu".
xyzchenzd
·
2014-07-02 10:00
C++
pat
PAT
1082
. Read Number in Chinese
参考了solin205的题解,进行了适当的简化。难点是0的处理,注意到100000001的输出应该是yiYilingYi(万位被跳过了)代码:#include #include #include usingnamespacestd; intmain() { stringa[]={"ling","yi","er","san","si","wu","liu","qi","ba","jiu"}; s
u014674776
·
2014-06-26 02:00
C++
String
pat
PAT
1082
. Read Number in Chinese (25)
Givenanintegerwithnomorethan9digits,youaresupposedtoreaditinthetraditionalChineseway.Output"Fu"firstifitisnegative.Forexample,-123456789isreadas"FuyiYierQiansanBaisiShiwuWanliuQianqiBaibaShijiu".Note:
solin205
·
2014-06-25 21:00
[sg简单应用] poj
1082
Calendar Game
id=
1082
CalendarGameTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 4742 Accepted: 2236DescriptionAdamandEveenterthisyear'sACMInternationalCollegiateProgrammingContes
cc_again
·
2014-05-15 16:00
Wikioi
1082
线段树成段更新成段查询
这题从昨晚搞到现在敲了又改好久,刚开始是update中错了,然后找到了。但是还错,然后因为题目没有数据的范围提示,所以弄了好久都不知道哪错了,最后看评论才知道是超int了,改了之后还有错,然后才发现虽然改成longlong了,但是输出的时候没改,哈哈……#include #include #include #include #include #include #include #in
u011466175
·
2014-05-08 16:00
上一页
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
其他