acgo题库
  • 首页
  • 题库
  • 题单
  • 竞赛
  • 讨论
  • 排行
  • 团队
  • 备赛专区

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

    • GESP
    • CPA
    • 电子学会考级
登录
注册
题目详情题解(0)讨论(0)提交记录(0)
  • C++题解

    AC代码

    userId_undefined

    Felix0604(AC君)

    秩序白银
    6阅读
    2回复
    1点赞
  • 答案

    #include<bits/stdc++.h> using namespace std; int main(){ int a,b,d; char c; cin>>a>>b>>c>>d; for(int i=0;i<a;i++){ for(int j=0;j<b;j++){ if(d1||j0||jb-1|| i0||i==a-1) cout<<c; else cout<<" "; } cout<<endl; } }

    userId_undefined

    c++

    倔强青铜
    4阅读
    1回复
    1点赞
  • 答案

    #include<iostream> using namespace std; int main(){ int a,b,d; char c; cin>>a>>b>>c>>d; }

    userId_undefined

    维尼不吃蜂蜜

    倔强青铜
    4阅读
    0回复
    1点赞
首页