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