Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
30656 wangfengbo 矩阵转置 C++ 通过 0 MS 248 KB 215 2023-11-11 09:08:26

Tests(1/1):


#include<iostream> using namespace std; int main(){ int q,w,e,r,t,y,u,i,o,p,a; cin>>q>>w>>e>>r>>t>>y>>u>>i>>o>>p>>a; cout<<1<<" "<<4<<" "<<7<<endl<<2<<" "<<5<<" "<<8<<endl<<3<<" "<<6<<" "<<9; return 0; }


测评信息: