摘要: 简单计算,拆分计算 private string CaculateInfo(int n,int m) { string info = "1"; for (int i = 0; i =0; i--) { int q =Convert.ToInt32(strarray[i].ToString()); int cunrentValue = q * n + addcount; if (cunrentValue >= 10) { addcount = cunrentValue / 10; sb.Insert(0, cunrentValue%10); } else { addco 阅读全文
posted @ 2013-10-30 10:36 风雨摇摆 阅读(273) 评论(0) 推荐(0)