Run ID:144104

提交时间:2026-01-18 20:14:00

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