Run ID:97634
提交时间:2024-11-16 11:40:27
#include<iostream> using namespace std; int main() { int a,b,s; cin>>a>>b; s=a*10+b; cout<<s*s; return 0; }