Run ID:89954

提交时间:2024-09-07 13:05:01

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