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