教育信息化——趣味编程算法OJ
Home
ProblemSet
Source/Category
Contest
Status
Ranklist
F.A.Qs
Login
Register
1312: 数字之和
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:39
Solved:35
Submit
Submit Record
Statistics
ShowOff!
Description
小明最近对加法比较感兴趣,现在小明面前有一个整数,请你帮他统计
它各位上数字的和
是多少。
Input
第一行,只有
1
个整数
n
。(
n<=100000000
)
Output
一个整数
,
代表各个数位的和。
Sample Input
Copy
25378
Sample Output
Copy
25
Source/Category
循环
字符串
Submit
Submit Record
Statistics
ShowOff!