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