#include<iostream> #include<iomanip> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }