def fun():     a,b,n = list(map(int, input().strip().split(' ')))     if a == 0 or b == 0: return 0      ji = a*b     gewei = ji%10     shiwei = ji//10     jinwei = 0     res = gewei     if gewei + shiwei >= 10:         for i in range(n-1):             res += ((gewei + shiwei) % 10 + jinwei)             jinwei = (gewei + shiwei) // 10         res += (shiwei + jinwei)         return res              return n*(gewei+shiwei) 第一题 91%
点赞 评论

相关推荐

10-18 13:01
已编辑
西安理工大学 C++
小米内推大使:建议技能还是放上面吧,hr和技术面试官第一眼想看的应该是技能点和他们岗位是否匹配
点赞 评论 收藏
分享
牛客网
牛客企业服务