#23855: jameslee


91xb30@ms.mingdao.edu.tw (X102 30黃冠穎)

學校 : 不指定學校
編號 : 129581
來源 : [114.42.92.10]
最後登入時間 :
2022-10-03 20:29:39
f515. 英文縮寫 (Abbreviation) -- TOI練習賽202012新手組第3題 | From: [101.137.94.248] | 發表日期 : 2020-12-26 23:21

jameslee
s=int(input())
s=s.upper()
l=s.split()
c=""
for i in l:
    if i=="F0R":
        c+="4"
    elif i=="T0":
        c+="2"
    elif i=="AND":
        c+="n"
    elif i=="Y0U":
        c+="u"
    else:
        c+=f"{i[0]}"
print(c)
 
ZeroJudge Forum