题解 | 字符串加密

while True:
    try:
        s,t = input(),input()
        A = 'abcdefghijklmnopqrstuvwxyz'
        qc_s = ''
        jm_t = ''
        for i in s:
            if i not in qc_s:
                qc_s += i
        for a in A:
            if a not in qc_s:
                qc_s += a
        for i in t:
            jm_t += qc_s[A.index(i)]
        print(jm_t)
    except:
        break

全部评论

相关推荐

不愿透露姓名的神秘牛友
2024-12-31 16:24
中国航天科技集团有限公司第 开发 15×15 硕士211
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务