Sum of Numbers
Write a program which reads an integer and prints sum of its digits.
Time Limit | $1$ 秒/Second(s) | Memory Limit | $512$ 兆字节/Megabyte(s) |
提交总数 | $239$ | 正确数量 | $117$ | "
裁判形式 | 标准裁判/Standard Judge | 我的状态 | 尚未尝试 |
难度 | 分类标签 | STL 字符串 |
Sum of Numbers
Write a program which reads an integer and prints sum of its digits.
The input consists of multiple datasets. For each dataset, an integer x is given in a line. The number of digits in x does not exceed 1000.
The input ends with a line including single zero. Your program should not process for this terminal symbol.
123
55
1000
0
6
10
1
本题记录 | 用 户(点击查看用户) | 运行号(点击购买题解) | 时 间 |
---|---|---|---|
算法最快[$0 $ms] | 云朵 | 799056 | 2021-12-16 17:47:34 |
内存最少[$0 $KB] | maigo | 547516 | 2019-12-07 20:46:19 |
第一AC | 刘成健 | 318090 | 2018-11-18 21:34:55 |
第一挑战 | 刘成健 | 318090 | 2018-11-18 21:34:55 |
竞赛编号 | 竞赛名称 | 竞赛时间 | 访问比赛 |
---|---|---|---|
1676 | 2021-2022-1学期《程序设计技能实训》字符串和指针【21计算机1234班】 | 2021-12-14 07:00:00 | 请登录 |
1488 | 2019-2020-1学期《C语言程序设计技能实训》第三场:字符串和指针【19计算机12班】 | 2019-12-04 22:00:00 | 请登录 |