真•矩阵
2025-01-17 11:14:06
发布于:北京
8阅读
0回复
0点赞
#include <iostream>
using namespace std;
int main(){
int a,b,c,d,e,f,g,
h,i;
cin>>a>>b>>c>>d>>
e>>f>>g>>h>>i;
cout<<a<<" "<<b<<" "<<c
<<endl<<d<<" "<<e<<
" "<<f<<endl<<g<<" "
<<h<<" "<<i;
return 0;
}
这里空空如也
有帮助,赞一个