int a=1; for(int b=1;b<=5;b++) { a*=b; } System.out.println(a);
posted on 2016-05-09 13:12 煜渝 阅读(1074) 评论(0) 收藏 举报