测试13


私信TA

用户名:pywb3101

访问量:96

签 名:

等  级
排  名 13894
经  验 905
参赛次数 6
文章发表 1
年  龄 0
在职情况 学生
学  校
专  业

  自我简介:

TA的其他文章

解题思路:按吧按吧按吧按吧按吧按吧按吧按吧按吧

注意事项:啥也没有

参考代码:

#include<bits/stdc++.h>

using namespace std;

int main(){

int a[6][6],x,y;

for(int i=1; i<=5; i++){

for(int j=1; j<=5; j++){

cin>>a[i][j];

}

}

cin>>x>>y;

for(int i=1; i<=5;i++){

swap(a[x][i],a[y][i]);

}

for(int i=1; i<=5; i++){

for(int j=1; j<=5; j++){

cout<<a[i][j]<<" ";

}

cout<<endl;

}

return 0;

}


 

0.0分

1 人评分

  评论区

  • «
  • »