2385 - 【入门】数字和

通过次数

82

提交次数

113

Time Limit : 1 秒
Memory Limit : 128 MB

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

Input

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

Output

一个整数

Examples

Input

123

Output

6

Hint

字符串