C# 写个方法 计算 1到n的整数 中"1"的个数

问题描述:

C# 写个方法 计算 1到n的整数 中"1"的个数

int count = 0, position = 0; //count为1的数量,position为当前位数for (int i = 0; i 0) //如果除以10大...