会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wscls
博客园
首页
新随笔
联系
订阅
管理
2019年9月26日
java怎么输入有空格的三角金字塔
摘要: public class xinghao { public static void main(String args[]) { for(int i=1;i<=5;i++){ for(int j=1;j<=5-i;j++){ System.out.print(" ");} for(int k=1;k<
阅读全文
posted @ 2019-09-26 23:19 wscls
阅读(452)
评论(0)
推荐(0)
公告