码迷,mamicode.com
首页 > 其他好文 > 详细

44444

时间:2017-04-20 15:30:38      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:class   aaa   span   static   stat   bsp   blog   oid   ++   

static void aaa(int a,int n)
    {
        if(a<n)
        {
            ++a;
            aaa(a,5);
            System.out.println(a);
            aaa(a,0);
            System.out.println(a);
        }
    }

 

44444

标签:class   aaa   span   static   stat   bsp   blog   oid   ++   

原文地址:http://www.cnblogs.com/linzhongluo/p/6738813.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!