会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jsjljq
博客园
首页
新随笔
联系
管理
订阅
2017年3月27日
杨辉三角形
摘要: public class YH { public static void main (String args[]){ int a[][]=new int[5][5]; int i,j ; for(i=0;i<5;i++){ for(j=0;j<5;j++){ a[i][0]=1; if(i==j)
阅读全文
posted @ 2017-03-27 23:19 jsjljq
阅读(336)
评论(1)
推荐(0)
公告