#include<bits/stdc++.h> using namespace std; int a[100][100]; int main(){ cout<<123<<endl<<456; return 0; }