acgo题库
  • 首页
  • 题库
  • 学习
  • 天梯
  • 备赛

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
  • 竞赛
  • 讨论
  • 团队
  • 商城
登录
注册
题目详情提交记录(0)
  • 题解

    userId_undefined
    ???
    题解仙人时空双修者字符串·魔法使出道萌新GESP3级模拟·模拟练习生
    140阅读
    2回复
    2点赞
  • 数字三角形 题解

    userId_undefined
    skirmish
    时空双修者秩序白银出道萌新快乐小狗CSP-J一等奖BUG超度大师
    66阅读
    0回复
    2点赞
  • 题解

    附带解析

    userId_undefined
    一只雪梨
    33阅读
    1回复
    1点赞
  • 9

    #include <iostream> #include <iomanip> using namespace std; int main() { int n; cin >> n; for (int i = 0; i < n; i++) { int t=1; for (int j = 0; j < n; j++) { if (i<=j) { cout<<setw(5)<<t; t++; } else cout <<" "; } cout << endl; } }

    userId_undefined
    ༺ཌༀ天之神_摸头扫码ༀད༻互关
    题解仙人位操作忍者进制转换师维度操控者造物者多键裁决者
    24阅读
    0回复
    2点赞
  • 题解

    #include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; for (int i=1;i<=n;i++){ int cnt=1,c=n-i+1; for (int j=1;j<=i-1;j++) cout<<" "; while (c>0){ cout<<setw(5)<<cnt; cnt++; c--; } cout<<endl; } return 0; }

    userId_undefined
    人类
    倔强青铜分支·分支解题者时间刺客循环·循环打卡人字符串·魔法使数组·数组操作员
    27阅读
    0回复
    1点赞
  • 题解

    userId_undefined
    zyz610
    20阅读
    0回复
    1点赞
暂无数据

提交答案之后,这里将显示提交结果~

首页