#include using namespace std; #define int long long const int inf = 2000000000000000000; signed main(){ int x,y;cin>>x>>y; int n=x*y; cout<