什么是计算数字总和的最快和最容易阅读的实现?
即给出数字:17463 = 1 + 7 + 4 + 6 + 3 = 21
c# algorithm sum-of-digits
algorithm ×1
c# ×1
sum-of-digits ×1