#include<bits/stdc++.h> using namespace std; long long n,m; int main(){ cin>>n>>m; cout<<max(n,m)*max(n,m); return 0; }
使用您的 Hydro 通用账户