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