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