离谱
2025-08-18 17:30:46
发布于:甘肃
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int a,b,c,d,e,f,g,h,i;
int main(){
cin>>a>>b>>c>>d>>e>>f>>g>>h>>i;
cout<<a<<" "<<b<<" "<<c<<"\n";
cout<<d<<" "<<e<<" "<<f<<"\n";
cout<<g<<" "<<h<<" "<<i;
return 0;
}
这里空空如也
有帮助,赞一个