Run ID:150948

提交时间:2026-04-02 14:23:59

#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; }