PAT 1005 Spell It Right (20分) python实现
程序员文章站
2022-07-10 21:30:47
具体要求Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.Input Specification:Each input file contains one test case. Each case occupies one line which contains an N (≤1010...
具体要求
Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.
Input Specification:
Each input file contains one test case. Each case occupies one line which contains an N (≤10
100
).
Output Specification:
For each test case, output in one line the digits of the sum in English words. There must be one space between two consecutive words, but no extra space at the end of a line.
Sample Input:
12345
Sample Output:
one five
具体思路
上一篇: rtf格式修复损坏Word2003文档
下一篇: 疫情期间,每日健康打卡的自动化处理