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

    竞赛

    • CSP-J/S
    • 蓝桥杯

    考级

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

    userId_undefined

    水牛🐃

    出道萌新空间掌握者题解仙人秩序白银
    11阅读
    3回复
    1点赞
  • 题解

    userId_undefined

    zsy

    题解仙人时空双修者BUG超度大师秩序白银快乐小狗
    16阅读
    2回复
    1点赞
  • 过

    #include<bits/stdc++.h> using namespace std; int a[5][3]; int main(){ for(int i=0;i<5;i++){ for(int j=0;j<3;j++){ cin>>a[i][j]; } } cout << a[2][0] << " " << a[2][1] << " " << a[2][2]; return 0; }

    userId_undefined

    行星快递员

    秩序白银字符串·魔法使时间刺客空间掌握者时空双修者快乐小狗
    3阅读
    0回复
    1点赞
  • 题解

    #include<bits/stdc++.h> using namespace std; int a[666][666],b=5,c=3; int main(){ for(int i=1;i<=b;i++)for(int j=1;j<=c;j++)cin>>a[i][j]; for(int i=3;i<=3;i++){for(int j=1;j<=c;j++)cout<<a[i][j]<<' ';cout<<endl;} return 0; }

    userId_undefined

    ???

    空间掌握者题解仙人字符串·魔法使出道萌新GESP3级模拟·模拟练习生
    6阅读
    0回复
    0点赞
  • 题解

    userId_undefined

    2406班李政谦5号

    2阅读
    0回复
    0点赞
  • 包对的

    #include<bits/stdc++.h> using namespace std; int a[10][10] int main(){ for(int i=1;i<=5;i++){ for(int i=1;i<=3;i++){ cin>>a[i][j]; } } for(int i=1;i<=3;i++){ cout<<a[3][i]<<" "; } return 0; }

    userId_undefined

    无语的Henry(必互关)

    倔强青铜
    1阅读
    0回复
    0点赞
暂无数据

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

首页