#include <bits/stdc++.h> using namespace std; int n,ans; int main(){ ans=1234*4321; cout<<ans; return 0; }