摘要:
# -*- coding: utf-8 -*-"""Created on Tue Mar 22 18:10:46 2016求1000阶乘中最后0的个数@author: root"""def fun1(): N = 1000 ret = 0; for i in range(1,N... 阅读全文
摘要:
让后面的点数比前面的大package touzi;public class Touzi { public static void main(String[] args) { // TODO Auto-generated method stub int sum = 0; int detph ... 阅读全文