摘要: 如图:7行...x = input() # x = 1024cnt = 0i = 1while x // i: i *= 5 cnt += x // iprint(str(cnt).zfill(8)) 阅读全文
posted @ 2015-09-27 19:33 Kirai 阅读(239) 评论(2) 推荐(0)