- HDU1004 Let the Balloon Rise
在风雨中奔跑
ACM题目解答
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):64351AcceptedSubmission(s):23771ProblemDescriptionContesttimeagain!Howexciteditistoseeballoon
- hdu1004 Let the Balloon Rise
青沐沐
STL
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):124843AcceptedSubmission(s):49281ProblemDescriptionContesttimeagain!Howexciteditistoseeballoo
- hdu1004 let the balloon rise map映射
popcjz
STL
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):139579AcceptedSubmission(s):55180ProblemDescriptionContesttimeagain!Howexciteditistoseeballoo
- hdu1004 Let the Balloon Rise
VNOpU2015
水题hdu水题
水题题意:统计字符串个数,输出个数最多的字符串#include#include#includeusingnamespacestd;intmain(){freopen("in.txt","r",stdin);intN,key;charcolor[1111][55];while(cin>>N&&N){intmax=-99999;memset(color,0,sizeof(color));for(int
- ELFhash字符串散列函数——HDU1004
iteye_2449
ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges'favoritetimeisguessingthemostpopularproblem.Whenthecontestisover,theywillcounttheballoonsofea
- 水过杭电OJ hdu1004
ZPengX
Java算法杭电OJ算法ACMAglorithm
Java代码importjava.util.*;publicclassMain{publicstaticvoidmain(String[]args){Stringcolor;Scannerscanner=newScanner(System.in);HashMapcolorsMap=newHashMap0){N--;color=scanner.nextLine();if(colorsMap.cont
- HDU1004
天行健____地势坤
2017.6第一周--学习HDU
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):120896AcceptedSubmission(s):47475ProblemDescriptionContesttimeagain!Howexciteditistoseeballoo
- hdu 1004 (Let the balloon rise) c、c++
even_zhan
hdu
hdu1004(Lettheballoonrise)题目:http://acm.hdu.edu.cn/showproblem.php?pid=1004ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges’favoritetimeisgues
- [HDU1004] Let the balloon rise - 让气球升起来
dengshouzi7943
ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges'favoritetimeisguessingthemostpopularproblem.Whenthecontestisover,theywillcounttheballoonsofea
- hdu1004(map的使用)
wastill
ACM比赛
第一次使用map借鉴了大佬的代码LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):127533AcceptedSubmission(s):50374ProblemDescriptionContesttimeagain!Howexcite
- HDU1004
落水湮花
ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges'favoritetimeisguessingthemostpopularproblem.Whenthecontestisover,theywillcounttheballoonsofea
- map使用及例题
小虎仔的csdn
算法
map的使用注意first为key值second是value值然后就是在杭电上头文件对于map的map::iteratori;的操作。使用#include会编译错误。。则不会对于hdu1263,由于map存储是按KEY值的字母顺序排序,所以这里免去了排序的步骤。STL很强大!hdu1004:[cpp]viewplaincopy#include#include#includeusingnamespa
- HDU1004 查气球
Ritchie丶
暴力模拟思维水题规律
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):102132AcceptedSubmission(s):39192ProblemDescriptionContesttimeagain!Howexciteditistoseeballoo
- HDU1004
眼镜猫头鹰
importjava.util.HashMap;importjava.util.Map;importjava.util.Scanner;/***Createdbymacon2018/12/1.*/publicclassMain{publicstaticvoidmain(String[]args){Scannerinput=newScanner(System.in);intN=input.nextI
- 【hdu1004】献上水题一道
蘑菇味桃子的个人主页
【成长历程】大神勿喷
这里写代码片hdu1004:对于刚入门ACM的新手来说,或者说就算是仅仅会编程语言的人来说,都是一道很简单的题目,虽然很简单,也算我入了门了;题目很简单,即:输入一个n,然后输入n行颜色(n=0时,结束程序);要求统计每次测试中出现次数最多的颜色,并输出;菜菜菜鸟(以后我自称小小菜吧囧rz)的思路是:用一个二维字符数组arr存每次输入的颜色,同时按对应下标,用一维整型num数组对颜色计数,最后统计
- HDU1004 Let the Balloon Rise 数据结构
HandsomeHow
数据结构
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):98751 AcceptedSubmission(s):37811ProblemDescriptionContesttimeagain!Howexciteditistose
- HDU1004
classmonster
#include
#include
#include
#include
usingnamespacestd;
intmain()
{
intt;
while(cin>>t)
{
if(t==0)break;
stringcolor[1001];
for(inti=0;i>color[i];
}
sort(color,color+t);
intcnt=1,max=0;
strings=color
- HDU1004之总是wa的细节问题
HDU
1 #include <stdio.h>
2 #include <string.h>
3 int main()
4 {
5
6 char color[1000][16];
7 int n, i, k, j, max, max_i;
8 while( scanf("%d", &
- hdu 4248排列问题
HDU
一看就可以用母函数做,不过好久没练DP了,所以还是用DP做了。用dp[i][j]表示前i种石头排出j个出来的种数,当考虑第i种石头石,枚举其使用的个数即可。WA了好几次,是整数相乘精度的问题,使用long long就过了。
/*
* hdu1004/win.cpp
* Created on: 2012-7-24
* Author : ben
*/
#include &l
- HDU1004
HDU
题目链接 :http://acm.hdu.edu.cn/showproblem.php?pid=1004
Let the Balloon Rise
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submiss
- hdu1004 Let the Balloon Rise
HDU
http://acm.hdu.edu.cn/showproblem.php?pid=1004
本题的主要让我们做的就是在输入的几种颜色中输出颜色最多的那种颜色。
c++代码:
#include <iostream>#include <string>using namespace std;struct{ string
- HDU1004
HDU
相信很多人都做过这题目,你可以完全当做这是一条水题,但是最近在搞TRIE,就用TRIE来做。
首先,用map一次水掉了,不解释,当然也可以自己写一个map,如编程珠玑统计圣经单词那样做,一摸一样。
#include<iostream>
#include<map>
#include<cstring>
#include<string>
#incl
- iterator排序STL ---Map hdu1004,1075,1263
iterator
新手发帖,很多方面都是刚入门,有错误的地方请大家见谅,欢迎批评指正
map 的应用 注意first 为key值 second 是value值
然后就是在杭电上头文件对于map的map<string,int >::iterator i;的操纵。应用#include&
- HDU1004(C++map的用法)
longshanxiaoxuesheng
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):93577 AcceptedSubmission(s):35739ProblemDescriptionContesttimeagain!Howexciteditistose
- HDU1004 Let the Balloon Rise
HDU
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1004
#include <iostream>#include <map>#include <string>using namespace std;
int main(int argc, char *argv[]){ int
- hdu1004 Let the Balloon Rise(二维字符串数组排序)
su20145104009
HDU1004HDU1004
LettheBalloonRiseTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):88886 AcceptedSubmission(s):33639ProblemDescriptionContesttimeagain!Howexciteditistose
- hdu1004 Let the Balloon Rise
Kirito_Acmer
map
ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloatingaround.Buttotellyouasecret,thejudges'favoritetimeisguessingthemostpopularproblem.Whenthecontestisover,theywillcounttheballoonsofea
- hdu1004 Let the Balloon Rise
u012965373
TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):76824 AcceptedSubmission(s):28856ProblemDescriptionContesttimeagain!Howexciteditistoseeballoonsfloating
- 【HDU1004】统计气球数
北风其凉
HDU1004
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1004一、题目要求输入:给定一个数字和一组颜色数据,数字是这组颜色数据的数量。当输入的数字为0时结束。输出:对于每一组给定的颜色数据,统计其中出现频率最高的颜色。二、实现思路用链表统计颜色数,每发现一个新颜色都插入一个新结点。接收完所有数据后,遍历链表可以找出统计数量最多的颜色,该颜色即为所求。三、程序
- HDU1004 Let the Balloon Rise tire树
AC_Gibson
题目大意:找出若干字符串中出现频率最高的字符串并输出。分析:Tire树的应用,不过本题数据量比较小,纯暴力也能A。Tire树实现代码如下:#include
#include
#include
usingnamespacestd;
#defineson_num30//字符串中包含的字符个数
#definemaxn15//单词的最大长度
structtire
{
intnum;//纪录到达该节点的字符
- js动画html标签(持续更新中)
843977358
htmljs动画mediaopacity
1.jQuery 效果 - animate() 方法 改变 "div" 元素的高度: $(".btn1").click(function(){ $("#box").animate({height:"300px
- springMVC学习笔记
caoyong
springMVC
1、搭建开发环境
a>、添加jar文件,在ioc所需jar包的基础上添加spring-web.jar,spring-webmvc.jar
b>、在web.xml中配置前端控制器
<servlet>
&nbs
- POI中设置Excel单元格格式
107x
poistyle列宽合并单元格自动换行
引用:http://apps.hi.baidu.com/share/detail/17249059
POI中可能会用到一些需要设置EXCEL单元格格式的操作小结:
先获取工作薄对象:
HSSFWorkbook wb = new HSSFWorkbook();
HSSFSheet sheet = wb.createSheet();
HSSFCellStyle setBorder = wb.
- jquery 获取A href 触发js方法的this参数 无效的情况
一炮送你回车库
jquery
html如下:
<td class=\"bord-r-n bord-l-n c-333\">
<a class=\"table-icon edit\" onclick=\"editTrValues(this);\">修改</a>
</td>"
j
- md5
3213213333332132
MD5
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MDFive {
public static void main(String[] args) {
String md5Str = "cq
- 完全卸载干净Oracle11g
sophia天雪
orale数据库卸载干净清理注册表
完全卸载干净Oracle11g
A、存在OUI卸载工具的情况下:
第一步:停用所有Oracle相关的已启动的服务;
第二步:找到OUI卸载工具:在“开始”菜单中找到“oracle_OraDb11g_home”文件夹中
&
- apache 的access.log 日志文件太大如何解决
darkranger
apache
CustomLog logs/access.log common 此写法导致日志数据一致自增变大。
直接注释上面的语法
#CustomLog logs/access.log common
增加:
CustomLog "|bin/rotatelogs.exe -l logs/access-%Y-%m-d.log 
- Hadoop单机模式环境搭建关键步骤
aijuans
分布式
Hadoop环境需要sshd服务一直开启,故,在服务器上需要按照ssh服务,以Ubuntu Linux为例,按照ssh服务如下:
sudo apt-get install ssh
sudo apt-get install rsync
编辑HADOOP_HOME/conf/hadoop-env.sh文件,将JAVA_HOME设置为Java
- PL/SQL DEVELOPER 使用的一些技巧
atongyeye
javasql
1 记住密码
这是个有争议的功能,因为记住密码会给带来数据安全的问题。 但假如是开发用的库,密码甚至可以和用户名相同,每次输入密码实在没什么意义,可以考虑让PLSQL Developer记住密码。 位置:Tools菜单--Preferences--Oracle--Logon HIstory--Store with password
2 特殊Copy
在SQL Window
- PHP:在对象上动态添加一个新的方法
bardo
方法动态添加闭包
有关在一个对象上动态添加方法,如果你来自Ruby语言或您熟悉这门语言,你已经知道它是什么...... Ruby提供给你一种方式来获得一个instancied对象,并给这个对象添加一个额外的方法。
好!不说Ruby了,让我们来谈谈PHP
PHP未提供一个“标准的方式”做这样的事情,这也是没有核心的一部分...
但无论如何,它并没有说我们不能做这样
- ThreadLocal与线程安全
bijian1013
javajava多线程threadLocal
首先来看一下线程安全问题产生的两个前提条件:
1.数据共享,多个线程访问同样的数据。
2.共享数据是可变的,多个线程对访问的共享数据作出了修改。
实例:
定义一个共享数据:
public static int a = 0;
- Tomcat 架包冲突解决
征客丶
tomcatWeb
环境:
Tomcat 7.0.6
win7 x64
错误表象:【我的冲突的架包是:catalina.jar 与 tomcat-catalina-7.0.61.jar 冲突,不知道其他架包冲突时是不是也报这个错误】
严重: End event threw exception
java.lang.NoSuchMethodException: org.apache.catalina.dep
- 【Scala三】分析Spark源代码总结的Scala语法一
bit1129
scala
Scala语法 1. classOf运算符
Scala中的classOf[T]是一个class对象,等价于Java的T.class,比如classOf[TextInputFormat]等价于TextInputFormat.class
2. 方法默认值
defaultMinPartitions就是一个默认值,类似C++的方法默认值
- java 线程池管理机制
BlueSkator
java线程池管理机制
编辑
Add
Tools
jdk线程池
一、引言
第一:降低资源消耗。通过重复利用已创建的线程降低线程创建和销毁造成的消耗。第二:提高响应速度。当任务到达时,任务可以不需要等到线程创建就能立即执行。第三:提高线程的可管理性。线程是稀缺资源,如果无限制的创建,不仅会消耗系统资源,还会降低系统的稳定性,使用线程池可以进行统一的分配,调优和监控。
- 关于hql中使用本地sql函数的问题(问-答)
BreakingBad
HQL存储函数
转自于:http://www.iteye.com/problems/23775
问:
我在开发过程中,使用hql进行查询(mysql5)使用到了mysql自带的函数find_in_set()这个函数作为匹配字符串的来讲效率非常好,但是我直接把它写在hql语句里面(from ForumMemberInfo fm,ForumArea fa where find_in_set(fm.userId,f
- 读《研磨设计模式》-代码笔记-迭代器模式-Iterator
bylijinnan
java设计模式
声明: 本文只为方便我个人查阅和理解,详细的分析以及源代码请移步 原作者的博客http://chjavach.iteye.com/
import java.util.Arrays;
import java.util.List;
/**
* Iterator模式提供一种方法顺序访问一个聚合对象中各个元素,而又不暴露该对象内部表示
*
* 个人觉得,为了不暴露该
- 常用SQL
chenjunt3
oraclesqlC++cC#
--NC建库
CREATE TABLESPACE NNC_DATA01 DATAFILE 'E:\oracle\product\10.2.0\oradata\orcl\nnc_data01.dbf' SIZE 500M AUTOEXTEND ON NEXT 50M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K ;
CREATE TABLESPA
- 数学是科学技术的语言
comsci
工作活动领域模型
从小学到大学都在学习数学,从小学开始了解数字的概念和背诵九九表到大学学习复变函数和离散数学,看起来好像掌握了这些数学知识,但是在工作中却很少真正用到这些知识,为什么?
最近在研究一种开源软件-CARROT2的源代码的时候,又一次感觉到数学在计算机技术中的不可动摇的基础作用,CARROT2是一种用于自动语言分类(聚类)的工具性软件,用JAVA语言编写,它
- Linux系统手动安装rzsz 软件包
daizj
linuxszrz
1、下载软件 rzsz-3.34.tar.gz。登录linux,用命令
wget http://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gz下载。
2、解压 tar zxvf rzsz-3.34.tar.gz
3、安装 cd rzsz-3.34 ; make posix 。注意:这个软件安装与常规的GNU软件不
- 读源码之:ArrayBlockingQueue
dieslrae
java
ArrayBlockingQueue是concurrent包提供的一个线程安全的队列,由一个数组来保存队列元素.通过
takeIndex和
putIndex来分别记录出队列和入队列的下标,以保证在出队列时
不进行元素移动.
//在出队列或者入队列的时候对takeIndex或者putIndex进行累加,如果已经到了数组末尾就又从0开始,保证数
- C语言学习九枚举的定义和应用
dcj3sjt126com
c
枚举的定义
# include <stdio.h>
enum WeekDay
{
MonDay, TuesDay, WednesDay, ThursDay, FriDay, SaturDay, SunDay
};
int main(void)
{
//int day; //day定义成int类型不合适
enum WeekDay day = Wedne
- Vagrant 三种网络配置详解
dcj3sjt126com
vagrant
Forwarded port
Private network
Public network
Vagrant 中一共有三种网络配置,下面我们将会详解三种网络配置各自优缺点。
端口映射(Forwarded port),顾名思义是指把宿主计算机的端口映射到虚拟机的某一个端口上,访问宿主计算机端口时,请求实际是被转发到虚拟机上指定端口的。Vagrantfile中设定语法为:
c
- 16.性能优化-完结
frank1234
性能优化
性能调优是一个宏大的工程,需要从宏观架构(比如拆分,冗余,读写分离,集群,缓存等), 软件设计(比如多线程并行化,选择合适的数据结构), 数据库设计层面(合理的表设计,汇总表,索引,分区,拆分,冗余等) 以及微观(软件的配置,SQL语句的编写,操作系统配置等)根据软件的应用场景做综合的考虑和权衡,并经验实际测试验证才能达到最优。
性能水很深, 笔者经验尚浅 ,赶脚也就了解了点皮毛而已,我觉得
- Word Search
hcx2013
search
Given a 2D board and a word, find if the word exists in the grid.
The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or ve
- Spring4新特性——Web开发的增强
jinnianshilongnian
springspring mvcspring4
Spring4新特性——泛型限定式依赖注入
Spring4新特性——核心容器的其他改进
Spring4新特性——Web开发的增强
Spring4新特性——集成Bean Validation 1.1(JSR-349)到SpringMVC
Spring4新特性——Groovy Bean定义DSL
Spring4新特性——更好的Java泛型操作API
Spring4新
- CentOS安装配置tengine并设置开机启动
liuxingguome
centos
yum install gcc-c++
yum install pcre pcre-devel
yum install zlib zlib-devel
yum install openssl openssl-devel
Ubuntu上可以这样安装
sudo aptitude install libdmalloc-dev libcurl4-opens
- 第14章 工具函数(上)
onestopweb
函数
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/
- Xelsius 2008 and SAP BW at a glance
blueoxygen
BOXelsius
Xelsius提供了丰富多样的数据连接方式,其中为SAP BW专属提供的是BICS。那么Xelsius的各种连接的优缺点比较以及Xelsius是如何直接连接到BEx Query的呢? 以下Wiki文章应该提供了全面的概览。
http://wiki.sdn.sap.com/wiki/display/BOBJ/Xcelsius+2008+and+SAP+NetWeaver+BW+Co
- oracle表空间相关
tongsh6
oracle
在oracle数据库中,一个用户对应一个表空间,当表空间不足时,可以采用增加表空间的数据文件容量,也可以增加数据文件,方法有如下几种:
1.给表空间增加数据文件
ALTER TABLESPACE "表空间的名字" ADD DATAFILE
'表空间的数据文件路径' SIZE 50M;
&nb
- .Net framework4.0安装失败
yangjuanjava
.netwindows
上午的.net framework 4.0,各种失败,查了好多答案,各种不靠谱,最后终于找到答案了
和Windows Update有关系,给目录名重命名一下再次安装,即安装成功了!
下载地址:http://www.microsoft.com/en-us/download/details.aspx?id=17113
方法:
1.运行cmd,输入net stop WuAuServ
2.点击开