Run ID:91696
提交时间:2024-09-22 12:41:16
#include<bits/stdc++.h> using namespace std; int a,b,c; int main(){ cin>>a>>b; c=a*10+b; cout<<c*c; return 0; }