#include<iostream> using namespace std; int main(){ long int a,b,c; cin>>a>>b; c=a*10+b; cout<<c*c; return 0; }