#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #include <vector> #include <queue> #include <stack> #include <set> #include <map> using namespace std; typedef long long LL; const int maxn=1005; int n,m,t; map<string,string>ma; int main(){     while(cin>>n>>m){         map<string,string>ma;         string s1,s2;         for(int i=0;i<n;i++){             cin>>s1>>s2;             ma[s1]=s2;         }         for(int i=0;i<m;i++){             cin>>s1;             cout<<ma[s1]<<endl;         }         cin>>n>>m;         for(int i=0;i<n;i++){             cin>>s1>>s2;             ma[s1]=s2;         }         for(int i=0;i<m;i++){             cin>>s1;             cout<<ma[s1]<<endl;         }     }     return 0; }
点赞 3

相关推荐

点赞 评论 收藏
分享
点赞 评论 收藏
分享
09-27 00:29
东北大学 Java
伟大的麻辣烫:查看图片
阿里巴巴稳定性 75人发布 投递阿里巴巴等公司10个岗位
点赞 评论 收藏
分享
牛客网
牛客企业服务