#include<bits/stdc++.h> using namespace std; int main() { cout<<"1 4 7"<<endl<<"2 5 8"<<"3 6 9"<<endl; return 0; }