博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
POJ 1002 487-3279
阅读量:6225 次
发布时间:2019-06-21

本文共 940 字,大约阅读时间需要 3 分钟。

思路:用map映射。我的代码用g++TLE,用c++由于没分清cstring和string一直CE。

#include
#include
#include
#include
using namespace std;#define ll long long#define pb push_back#define mem(a,b) memset((a),(b),sizeof(a))#define MAX(a,b,c) max(a,max(b,c))map
mp;map
Mp;int main(){ ios::sync_with_stdio(false); cin.tie(0); int t; mp['A']='2',mp['B']='2',mp['C']='2'; mp['D']='3',mp['E']='3',mp['F']='3'; mp['G']='4',mp['H']='4',mp['I']='4'; mp['J']='5',mp['K']='5',mp['L']='5'; mp['M']='6',mp['N']='6',mp['O']='6'; mp['P']='7',mp['R']='7',mp['S']='7'; mp['T']='8',mp['U']='8',mp['V']='8'; mp['W']='9',mp['X']='9',mp['Y']='9'; cin>>t; while(t--) { string s; cin>>s; string ans; int cnt=0; bool flag=true; for(int i=0;i
::iterator it=Mp.begin(); while(it!=Mp.end()) { if(it->second>1)flag=false,cout<
first<<' '<
second<

 

转载于:https://www.cnblogs.com/widsom/p/7307017.html

你可能感兴趣的文章
windows安装lxml
查看>>
数据库中间件 MyCAT 源码分析 —— SQL ON MongoDB
查看>>
document.documentElement.clientwidth和document.body
查看>>
django orm中利用annotate进行group by
查看>>
CSS3———— animate(),transtion,transfrom.translate()
查看>>
[转载]JAVA中int、String的类型转换
查看>>
C语言的一些常用代码
查看>>
Java对象创建方式及JVM对字符串处理
查看>>
ubuntu 安装php7
查看>>
Service服务详解以及如何使service服务不被杀死
查看>>
Swift:在Safari中打开App
查看>>
windbg断点
查看>>
深入理解PHP原理之变量(Variables inside PHP)
查看>>
JDK版本8u191与8u192的区别
查看>>
qt常见错误
查看>>
移植Qt4.8.4项目到QT5.2上时遇到的一些问题
查看>>
Dot Graphviz Manual
查看>>
$.Ajax发送请求的注意事项
查看>>
Redis学习笔记7--Redis管道(pipeline)
查看>>
eclipse下jetty启动后不能编辑css的问题
查看>>