Run ID:143135

提交时间:2026-01-11 19:03:22

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