Run ID:150951
提交时间:2026-04-02 14:28:58
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a>b; cin>>a>>b; c=a*10+b; cout<<c*c; }