PUMaC 2010 · 数论(B 组) · 第 2 题
PUMaC 2010 — Number Theory (Division B) — Problem 2
题目详情
- Let f ( n ) be the sum of the digits of n . Find f ( n ). n =1 4 4
解析
- Let f ( n ) be the sum of the digits of n . Find f ( n ). n =1 9 ∑ Solution: The answer is 2 · 10 · i (2 for the number of digits, 10 for the number of times i =0 any digit appers in a place, and the sum for the sum of the 10 different digits), which is 900. 4 4