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