Run ID:90911

提交时间:2024-09-20 11:26:07

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