CSU 1716 Morse

1716: Morse

Time Limit: 1 Sec   Memory Limit: 128 MB
Submit: 150   Solved: 92
[ Submit][ Status][ Web Board]

Description

Input

Output

Sample Input

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 --..
7
PROGRAMMING
REGIONAL
PARIS
CONTEST
CENTRAL
SOUTH
ACM
6
.--.-.--
...---..--....
-.-..-.-.-..-.-..
.-..--...----..-.-..
.--..-.-----..-..-----..-.--.
-.-.----.-....-
4
.--.-.--
.-...---..-
.-...---..-.
.--.-.--
1
.--..-.-......
0

Sample Output

ACM SOUTH CENTRAL REGIONAL PROGRAMMING CONTEST
.-...---..- not in dictionary.
PARIS

HINT


#include
#include
#include
#include
#include
using namespace std;
int main(){
    string b, s[1000], s1[1000], S[1000], ss;
    char x, y;
    map M;
    int n, i, j;
    for(i=0; i<26; i++){
        cin>>x>>S[i];
    }
    cin>>n;
    for(i=0; i>s1[i];
        string a;
        for(j=0; j>n&&n){
        bool flag = true;
        for(i=0; i>s[i];
            if(!flag)
                continue;
            if(M.find(s[i])!=M.end())
                continue;
            flag = false;
            ss = s[i];
        }
        if(flag){
            for(i=0; i


 
  


你可能感兴趣的:(字符串,字符串,string类)