数字根 2
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入一个任意位数的正整数 ,求它各位数字之和。
输入格式
一个整数 。
输出格式
一行,包含一个整数,表示 的各位数字之和。
12345
15
数据范围
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入一个任意位数的正整数 x,求它各位数字之和。
一个整数 x。
一行,包含一个整数,表示 x 的各位数字之和。
12345
15
0≤x≤2×109
注册一个 CZOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。