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