摘要: public class TestDataStructure { public static void main(String[] args) { int n = 4; int total = factorial(n); System.out.println(total);//24 } //阶乘递归 阅读全文
posted @ 2019-12-13 15:36 表演给自己看的认真 阅读(114) 评论(0) 推荐(0) 编辑