Run ID:146731
提交时间:2026-01-30 09:59:12
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b cout<<(10*a+b)*(10*a+b); return 0; }