数字译码
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
编写一个译码程序,把一个英语句子(包含大小写英文字母)译成数字代码。译码规则是以数字1代替字母a,数字2代替字母b,……,26代替字母z;大写字母也按相同规则处理,即用代替,如遇空格则打印一个星号‘*’,英文句子以‘.‘结束。
输入
一行英文句子(只含大小写字母、空格),以‘.’结束。
输出
一行,译码后的数字代码。
样例输入
LuXiZhongXue.
样例输出
12212492681514724215
周日c++18:30测试
- Status
- Done
- Rule
- OI
- Problem
- 5
- Start at
- 2023-10-15 15:00
- End at
- 2023-10-15 18:00
- Duration
- 3 hour(s)
- Host
- Partic.
- 17