Pro.ID21401 TitleSubstitution Cypher Title链接http://10.20.2.8/oj/exercise/problem?problem_id=21401 AC56 Submit140 Ratio40.00% 时间&空间限制描述Substitution cyphers are the simplest of cyphers where the letters of one alphabet are substituted for the letters of another alphabet. In one form or another, they've been in use for over 2000 years. 输入A line containing the plaintext alphabet A line containing the substitution alphabet Several lines of text 输出Description Substitution cyphers are the simplest of cyphers where the letters of one alphabet are substituted for the letters of another alphabet. In one form or another, they've been in use for over 2000 years. Input A line containing the plaintext alphabet A line containing the substitution alphabet Several lines of text Output A line containing the substitution alphabet A line containing the plaintext alphabet The converted lines of text Please note: All lines will be at most 64 characters, plus a trailing end-of-line character. Pass through all characters not found in the plaintext alphabet. Sample Input abcdefghijklmnopqrstuvwxyz Sample Output zyxwvutsrqponmlkjihgfedcba Source 样例输入abcdefghijklmnopqrstuvwxyz 样例输出zyxwvutsrqponmlkjihgfedcba 作者 |