#2026. 数字和

数字和

问题描述

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

Input

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

Output

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

Samples

1234
10

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

语法阶段测试及讲解

In following homework:

C++230319周作业