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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    AC代码: #include<bits/stdc++.h> using namespace std; int main(){ cout<<" * "<<"\n"; cout<<" *** "<<"\n"; cout<<"*****"<<"\n"; cout<<" * "<<"\n"; cout<<" * "; return 0; }

    userId_undefined

    张正坤

    29阅读
    0回复
    3点赞
  • 666

    加油加油加油

    userId_undefined

    苏裕湘

    7阅读
    1回复
    1点赞
  • 求赞

    #include <bits/stdc++.h> using namespace std; int main(){ cout<<" * "<<endl; cout<<" *** "<<endl; cout<<"*****"<<endl; cout<<" * "<<endl; cout<<" * "; return 0; }

    userId_undefined

    第五人格亇伙

    字符串·魔法使循环·循环打卡人I/O·IO入门者分支·分支解题者
    0阅读
    0回复
    0点赞
  • 哈哈哈,超级简单,拿下AC

    #include<bits/stdc++.h> using namespace std; int main() { cout<<" * "<<endl; cout<<" *** "<<endl; cout<<"***** "<<endl; cout<<" * "<<endl; cout<<" * "<<endl; return 0; }

    userId_undefined

    常山赵子龙

    空间掌握者出道萌新循环·循环打卡人俄罗斯套娃大师分支·分支解题者倔强青铜
    0阅读
    0回复
    0点赞
暂无数据

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

首页