摘要: 数字瘦身,最后输出一位数,例如:75 7+5=12 1+2=3 最终答案 3 using System; public class Solution { private int renum; public int diet(int in_num) { renum = 0; while (in_num 阅读全文
posted @ 2018-10-24 22:08 _萧朗 阅读(299) 评论(0) 推荐(0)