#include<bits/stdc++.h> using namespace std; int main() { long c; //长整型 int a; int b; cin>>a>>b; c=a*10+b; cout<<c*c; return 0; }