1680: 【入门】统计数字和
Memory Limit:16 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:2
Solved:2
Description
现有一个三位整数n ,要求计算其每位的数字之和。
Input
一个整数n,代表要求和的整数
Output
该数的每位数字之和
Sample Input Copy
123
Sample Output Copy
6