#OLD260. 数字划分

数字划分

Description

输入一个数字,求该数字各个位上的数字之和

Format

Input

输入一个数字.

Output

输出该数字各个位上的数字之和

Samples

123
6

Hint