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
POJ1002
poj1002
(map水题 )
给你一些字符,统一转化成电话号码,放在map输出他们个数。string时间TLEchar过了#include#include#include#include#include#include#include#include#include#include#include#include#include#include#include#include#include#definerep(i,a,n)f
So_weak_yx
·
2020-09-14 05:02
STL运用
POJ1002
企业喜欢用容易被记住的电话号码。让电话号码容易被记住的一个办法是将它写成一个容易记住的单词或者短语。例如,你需要给滑铁卢大学打电话时,可以拨打TUT-GLOP。有时,只将电话号码中部分数字拼写成单词。当你晚上回到酒店,可以通过拨打310-GINO来向Gino's订一份pizza。让电话号码容易被记住的另一个办法是以一种好记的方式对号码的数字进行分组。通过拨打必胜客的“三个十”号码3-10-10-1
alive3
·
2020-09-13 16:23
POJ
POJ1002
importjava.util.*;publicclassMain{publicstaticvoidmain(Stringargs[]){Scannercin=newScanner(System.in);intcount=cin.nextInt();ListlistString=newArrayList(count);while(count>0){listString.add(cin.next()
bxp1321
·
2020-08-21 13:51
poj
POJ1002
对于我来说有点难。在自己的电脑上没问题,但是oj上始终过不了~不知道为什么为报错问题描述###简单的映射和替换难点###无~代码实现###packagepoj;importjava.util.ArrayList;importjava.util.Comparator;importjava.util.HashMap;importjava.util.Scanner;publicclassPoj1002{
Shiki
·
2020-08-20 12:05
poj1002
487-3279(STL map应用)
487-3279TimeLimit:2000MSMemoryLimit:65536KTotalSubmissions:185664Accepted:31977DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewo
NJUTONY
·
2020-08-13 19:50
C/C++学习笔记
numbers
string
iterator
duplicates
input
output
POJ1002
487-3279
487-3279TimeLimit:2000MSMemoryLimit:65536KTotalSubmissions:278264Accepted:49666DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewo
没有灵魂的程序员
·
2020-08-12 18:58
C++基本工具map
acm
poj
poj1002
“487-3279”解题报告
该题思路非常简单,三步:(1)想方设法去掉‘-’字符;(2)将字母转化成为对应的数字,注意对含有Q、Z这两个字符的处理,以及连续多个‘-’字符的处理(自己在这两个地方弄了好长时间,最后发现其实挺简单的哈);(3)调用系统排序函数进行排序,输出格式化。下面的代码是将自己原始的代码整理后所得,为了给大家一个清晰地代码:#include#include#include#includeusingnames
wei_xiaohui
·
2020-08-12 18:26
UVa 755 - 487--3279
又是一篇血泪史.这个题目和
POJ1002
是差不多的,先前已经做过一遍大概半个小时后就完成了..但是以为跟POJ上的一样,要处理Q和Z..就又折腾了一些时间.折腾来折腾去不管怎么提交都是WA...推敲了好几遍我的思路
IceIceBear
·
2020-08-12 18:05
UVa
String
poj1002
487-3279 (简单字符串处理)
大致题意是首先一个整形变量n表示输入字符串的数量,然后紧跟n行字符串表示的号码,其中字符ABCD……分别映射相应的数字,特别值得注意的是,只有这个号码出现的次数大于1才会在结果中输出,否则输出Noduplicates.解决这个题用字符传的相应操作的话,可能会超时,浏览好多大牛写的文章,学了一种我感觉比较巧妙的方法处理这个问题。分别将字符串转化成一个7位的整型数字,在判重和计算相同字符串的出现次数时
luxvxul
·
2020-08-12 18:23
POJ
字符串
POJ1002
487-3279【查表】(Bailian1002, Bailian2974)
487-3279TimeLimit:2000MSMemoryLimit:65536KTotalSubmissions:299207Accepted:53544DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewo
海岛Blog
·
2020-08-12 17:24
#
ICPC-备用二
#
ICPC-打表与查表
#
ICPC-POJ
POJ1002
【题目】企业想拥有令人难忘的电话号码。要一个电话号码让人容易记住,方法之一是号码里面有一个难忘的单词或词组拼写。例如,您可以拨打TUT-GLOP拨打沃特卢大学。有时电话号码只有一部分是单词拼写。当你回到你的酒店,今晚你可以通过拨打310-GINO吉诺订购比萨饼。另一种方法,设计的电话号码是一个难忘的方式分组数字。你可以通过拨打必胜客"3个10"的号码3-10-10-10来订购比萨.一个电话号码的标
qq_38980688
·
2020-08-12 17:52
poj
字符串
POJ1002
DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniversityofWaterloobydialingthememorableTUT
你啊naive
·
2020-08-12 16:59
POJ学习
快速排序 487-3279
poj1002
这一题应该是考察快速排序问题,题意是输入若干字符,需要对这些字符进行转换成对应的数字,需要注意的是Q和Z没有对应的数字,最后需要将重复次数大于1的号码排序输出。如果没有重复的也要输出Noduplicates.#include"stdio.h"#include"string.h"#definemax100000longnum[max];longconvent(chars[]){longi,l,sum
Lorain.Li
·
2020-08-12 16:38
算法学习
【
poj1002
】487-3279 题解&代码(c++)
题目链接http://poj.org/problem?id=1002题解一道比较简单的模拟题,看懂题意就行,感觉自己处理输出的地方有些狼狈,而且一道模拟题这么卡常真的好吗。。不过这道题也让我学到东西了:char数组在不知道长度的情况下如何枚举,具体看代码吧。代码#include#include#include#include#includeusingnamespacestd;intvis[1000
deritt
·
2020-08-12 16:17
poj
POJ1002
487-3279
Description企业喜欢用容易被记住的电话号码。让电话号码容易被记住的一个办法是将它写成一个容易记住的单词或者短语。例如,你需要给滑铁卢大学打电话时,可以拨打TUT-GLOP。有时,只将电话号码中部分数字拼写成单词。当你晚上回到酒店,可以通过拨打310-GINO来向Gino's订一份pizza。让电话号码容易被记住的另一个办法是以一种好记的方式对号码的数字进行分组。通过拨打必胜客的“三个十”
YB
·
2020-07-30 18:41
算法题
算法日记(Java实现)第20160715(1)期——POJ1001/
POJ1002
今日题目:POJ1001、
POJ1002
(一)POJ1001题目地址:http://poj.org/problem?id=10011.首先考虑内置类型是否能用,显然不能用。
Vascal
·
2020-07-13 03:28
算法日记
POJ1002
在vs2017上运行的正确,也没有报错,但是在POJ上提交时出现Compile Error:
报错点开是Main.cppF:\temp\18294317.258129\Main.cpp(17):errorC2059:syntaxerror:'{'F:\temp\18294317.258129\Main.cpp(17):errorC2143:syntaxerror:missing';'before'{'F:\temp\18294317.258129\Main.cpp(17):errorC21
ZoomToday
·
2020-07-11 18:07
poj程序
poj字符串总结
1)
poj1002
难度:1题意:给你一些字母与数字的对应关系,忽略‘-’,求是否有重复的号码,若有重复则输出重复次数(按字典序输出)。分析:先将所有字符串统一为数字串,然后字符串Qsort。
FarmerJohn
·
2020-07-09 16:24
数据结构
Pascal
算法
poj1002
#include#include#include#include#includeusingnamespacestd;intmain(){freopen("in.txt","r",stdin);intN;cin>>N;vectorvNumCode;for(inti=0;i>strInput;vNumCode.push_back(strInput);}for(intk=0;kmapRes;for(ve
刘璨瑞
·
2020-07-04 22:25
c++学习
算法
iterator
string
include
c
poj1002
#include#includeintnumber[10000000];//号码放入哈希表中intmain(){freopen("in.txt","r",stdin);intb,d=0,e,n,i=0,j=0;chara[10000];memset(number,0,sizeof(number));scanf("%d",&n);while(n--){scanf("%s",a);inttempNum
刘璨瑞
·
2020-07-04 22:25
c++学习
算法
include
电话
c
POJ1002
487-3279
题目:DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniversityofWaterloobydialingthememorable
huanghanqian
·
2016-05-29 00:00
【
poj1002
】487-3279
DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniversityofWaterloobydialingthememorableTUT
Clove_unique
·
2016-01-04 19:00
模拟
poj
poj1002
(map水题 )
给你一些字符,统一转化成电话号码,放在map输出他们个数。string时间TLEchar过了#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include
yexiaohhjk
·
2015-12-12 17:00
poj1002
遇到的问题: 由于需要先用nextInt()从控制台读入数字,然后用nextLine()读入若干字符串。发现第一个读入的字符串总是空的。 分析问题: nextInt() 接收一个整型字符,nextline()读入一行文本,会读入"\n"字符,但"\n"并不会成为返回的字符 串值的一部分 加入如下代码 int n = Scanne
·
2015-11-13 04:01
poj
我的北大ACM POJ 1002题解
北大acm
POJ1002
题解c++语言 最近才开始,惭愧啊,这个题花了我好久。
·
2015-11-12 11:11
ACM
【POJ水题完成表】
题目 完成情况 poj1000:A+B problem 完成
poj1002
:电话上按键对应着数字。现在给n个电话,求排序。
·
2015-11-11 17:56
poj
poj1002
487-3279
Description Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University
·
2015-11-11 07:47
poj
C# ACM
poj1002
排序 public static void acm1002(string[] azx) { string[] a = new string[azx.Length]; for (int i = 0; i < azx.Length; i++) {
·
2015-11-08 17:56
ACM
poj1002
简单模拟 View Code #include <iostream> #include <string> #include <algorithm> using namespace std; const int maxn = 100002; int n; string telephone[ma
·
2015-11-06 08:05
poj
poj1002
企业喜欢用容易被记住的电话号码。让电话号码容易被记住的一个办法是将它写成一个容易记住的单词或者短语。例如,你需要给滑铁卢大学打电话时,可以拨打TUT-GLOP。有时,只将电话号码中部分数字拼写成单词。当你晚上回到酒店,可以通过拨打310-GINO来向Gino's订一份pizza。让电话号码容易被记住的另一个办法是以一种好记的方式对号码的数字进行分组。通过拨打必胜客的“三个十”号码3-10-10-
·
2015-10-21 12:26
poj
POJ1002
题目:企业喜欢用容易被记住的电话号码。让电话号码容易被记住的一个办法是将它写成一个容易记住的单词或者短语。例如,你需要给滑铁卢大学打电话时,可以拨打TUT-GLOP。有时,只将电话号码中部分数字拼写成单词。当你晚上回到酒店,可以通过拨打310-GINO来向Gino's订一份pizza。让电话号码容易被记住的另一个办法是以一种好记的方式对号码的数字进行分组。通过拨打必胜客的“三个十”号码3-10-1
yanerhao
·
2015-07-19 10:00
poj1002
importjava.io.BufferedInputStream; importjava.util.HashMap; importjava.util.Iterator; importjava.util.Map; importjava.util.Scanner; importjava.util.Set; importjava.util.TreeSet; publicclasspoj1002{
qunxingvip
·
2015-04-16 20:00
java
poj
Poj1002
importjava.util.HashMap; importjava.util.Iterator; importjava.util.Map; importjava.util.Set; importjava.util.TreeSet; importjava.util.Map.Entry; importjava.util.Scanner; /*4873279 4873279 8884567 31
tan313
·
2014-10-19 21:00
TreeSet
POJ1002
POJ1002
解题报告
原题点击打开链接,网上很多人说是中文的,但是到我做的时候是英文的。题目大概意思就是讲字母可以代换数字,ABC代换2DEF代换3依次类推。思路其实很简单,将输入的字串从0到str.size()扫描将字母转换为数字,遇到‘-’就跳过,最后将所有的数据存入整型数组中,最后对数组进行升序排序,对升序数组扫描,遇到有两个及以上相同的就输出结果(按照xxx-xxxx)的格式。题目不难,但是提交了很多遍才AC,
zhangxiao93
·
2014-08-01 10:00
POJ1002
UVa 755 - 487--3279
又是一篇血泪史.这个题目和
POJ1002
是差不多的,先前已经做过一遍大概半个小时后就完成了..但是以为跟POJ上的一样,要处理Q和Z..就又折腾了一些时间.折腾来折腾去不管怎么提交都是WA...推敲了好几遍我的思路
u014247806
·
2014-03-30 13:00
ACM
uva
755
poj1002
487-3279
这是题目:6:487-3279查看提交统计提问总时间限制:2000ms内存限制:65536kB描述Businessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniver
mach7
·
2014-03-29 18:00
STL
OpenJudge
487-3279
POJ1002
map容器
【水】
poj1002
487-3279DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniversityofWaterloobydialingthememo
hetangl2
·
2014-01-22 12:00
算法
poj
水
POJ1002
487-3279
POJ上的一道题目:企业想拥有令人难忘的电话号码。要一个电话号码让人容易记住,方法之一是号码里面有一个难忘的单词或词组拼写。例如,您可以拨打TUT-GLOP拨打沃特卢大学。有时电话号码只有一部分是单词拼写。当你回到你的酒店,今晚你可以通过拨打310-GINO吉诺订购比萨饼。另一种方法,设计的电话号码是一个难忘的方式分组数字。你可以通过拨打必胜客"3个10"的号码3-10-10-10来订购比萨.一个
xuzewei_2
·
2013-09-03 15:00
c
电话号码
487-3279
POJ1002
字符映射
POJ1002
SDUT1001 487-3279 ACM算法设计
487-3279TimeLimit:2000MSMemorylimit:65536K题目描述Businessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewordorphrase.Forexample,youcancalltheUniversit
iFinVer
·
2013-04-10 08:00
POJ上的水题
分类:
poj1002
:电话上按键对应着数字。现在给n个电话,求排序。
hewei0241
·
2012-12-18 22:00
POJ1002
487-3279
这个题目主要是涉及进行电话号码的转换,使用TreeMap来对电话号码进行统计以及排序。 import java.util.HashMap; import java.util.Map; import java.util.Scanner; import java.util.TreeMap; public class Main { private sta
翼若云
·
2012-11-21 15:00
poj
poj1002
Output Limit Exceeded
#include usingnamespacestd; #include #include typedefstructnode{ charpbuf[20]; intpcount; structnode*left; structnode*right; }node; voidinsertnode(node*ppar,node*pnew) { if(strcmp(ppar->pbuf,pnew->p
dragoo1
·
2012-11-12 22:00
poj1002
zoj1159 map
#include #include #include #include #include usingnamespacestd; mapg; intchange(charc) { if(c=='A'||c=='B'||c=='C') return2; if(c=='D'||c=='E'||c=='F') return3; if(c=='G'||c=='H'||c=='I') return4; i
luyuncheng
·
2012-10-10 18:00
北大ACM
poj1002
487-3279
487-3279TimeLimit:2000MS MemoryLimit:65536KTotalSubmissions:191845 Accepted:33280DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorable
gubojun123
·
2012-07-28 21:00
Integer
input
each
output
Numbers
Duplicates
STL中map和priority_queue的应用
基本的知识就不再讲了,只列下用map做的题目:题1:
POJ1002
(487-3279),这个题目烦的死,TLE了n次,只是因为我用G++提交的,好啦,要注意的就是把数组开大点,和用c语言输入,最后如果没有重复的电话号码输出
xuzengqiang
·
2012-07-19 11:00
spring
游戏
c
算法
calendar
System
poj 1002
//
poj1002
//没有AC TimeLimitExceeded,我用了链表,该用堆或二叉树的,有时间的时候在改下吧。
1290605023
·
2012-06-02 23:09
ACM
poj
POJ1002
·487-3279
我表示已经凌乱了,这道题WA了N次,终于AC了,我把原来程序输出的cout改成printf,然后就AC了!!!大概跟输出格式有关吧,还得好好比较这两者的异同。DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemorablewo
OldPanda
·
2012-05-31 23:00
poj1002
487-3279(STL map应用)
487-3279TimeLimit: 2000MS MemoryLimit: 65536KTotalSubmissions: 185664 Accepted: 31977DescriptionBusinessesliketohavememorabletelephonenumbers.Onewaytomakeatelephonenumbermemorableistohaveitspellamemor
tonghu2010
·
2012-05-12 15:00
String
iterator
input
output
Numbers
Duplicates
poj1002
统计重复个数,很容易想到hash,建立一个int数组,把电话号码的数字形式作为hashcode,数组记录出现的次数。当有海量数据计算重复次数的时候,我们经常这么做,因为数据量相对于hashcode的范围来说是很大的,所以利用hash数组保存出现次数是划算的。但是这道题hashcode的范围是0~1000000,而n与hashcode相当或更小,这时候hash数组平均下来就会有很多空间被浪费了。不如
mtawaken
·
2012-04-30 21:00
poj1002
#include #include intnumber[10000000];//号码放入哈希表中 intmain() { freopen("in.txt","r",stdin); intb,d=0,e,n,i=0,j=0; chara[10000]; memset(number,0,sizeof(number)); scanf("%d",&n); while(n--) { scanf("%s",a
liucanrui
·
2012-04-05 09:00
c
include
电话
上一页
1
2
下一页
按字母分类:
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
其他