Run ID:110324
提交时间:2025-02-16 19:31:04
#ioclue<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a*10+b; cout<<c*c;