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