码迷,mamicode.com
首页 > 其他好文 > 详细

HDU 1075 What Are You Taking About

时间:2016-02-02 16:21:14      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

字符串转化,模拟过程就做出来了,用了string

 

#include <cstdio>
#include <cstring>
#include <iostream>
#include <map>
#include <string>
#define ONLINE
using namespace std;
map<string,string>m;
int main(){
    string a,b;
    cin>>a;
    while(cin>>a&&a!="END"){
        cin>>b;
        m[b]=a;
    }
    char ch[5000];

    getchar();gets(ch);
    while(gets(ch)&&strcmp(ch,"END")){
        b="";
        for(int i=0;i<strlen(ch);i++){
            if(ch[i]<=z&&ch[i]>=a){
                b+=ch[i];
            }
            else{
                if(m[b]!="")
                    cout<<m[b];
                else
                    cout<<b;
                putchar(ch[i]);
                b="";
            }
        }
        puts("");
    }
    return 0;
}

 

HDU 1075 What Are You Taking About

标签:

原文地址:http://www.cnblogs.com/livelihao/p/5177603.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!