#include<iostream>
#include<string>
#include<cstring>
#include<cstdio>
#include<string>
#include<cctype>
#include<stdlib.h>
#include<vector>
#include<algorithm>
using namespace std;
int main()
{
char s[200][200], t[200][200];
int n, q;
cin>>n;
getchar();
for(int i=0; i<n*2; i++)
gets(s[i]);
cin>>q;
getchar();
for(int i=0; i<q; i++)
gets(t[i]);
for(int i=0; i<q; i++){
for(int j=0; j<n*2; j++){
if(strcmp(t[i],s[j])==0)
cout<<s[j+1]<<"\n";
}
}
return 0;
}
#include<string>
#include<cstring>
#include<cstdio>
#include<string>
#include<cctype>
#include<stdlib.h>
#include<vector>
#include<algorithm>
using namespace std;
int main()
{
char s[200][200], t[200][200];
int n, q;
cin>>n;
getchar();
for(int i=0; i<n*2; i++)
gets(s[i]);
cin>>q;
getchar();
for(int i=0; i<q; i++)
gets(t[i]);
for(int i=0; i<q; i++){
for(int j=0; j<n*2; j++){
if(strcmp(t[i],s[j])==0)
cout<<s[j+1]<<"\n";
}
}
return 0;
}
No comments:
Post a Comment