Run ID:143183
提交时间:2026-01-11 19:13:10
#include<iostream> using namespace std; int a,b,f; int main(){ cin>>a>>b; f=a*10+b; cout<<f*f; return 0; }