Problem1151--数字和 例题P185

1151: 数字和 例题P185

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

输入一个整数 n,求各位上的数字和。

Input

一行一个整数 n,n 最多 200 位。

Output

一行一个整数,表示整数 n 的各位数字之和。

Sample Input Copy

1234

Sample Output Copy

10

Source/Category