1594: 【编程入门】数字和

Memory Limit:64 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:3 Solved:3

Description

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

Input

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

Output

一个整数

Sample Input Copy

123

Sample Output Copy

6

Source/Category