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