Run ID:149509

提交时间:2026-03-13 19:13:47

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