2220: 数字和

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:82 Solved:39

Description

输入一个很大的数,求各位上的数字和。


Input

一个很大的整数(不超过200位)


Output

一个整数


Sample Input Copy

123

Sample Output Copy

6

Source/Category