Run ID:87652
提交时间:2024-08-11 10:07:31
#include <iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(10*a+b)*(10*a+b); return 0; }