Run ID:89968
提交时间:2024-09-07 13:16:57
#include <bits/stdc++.h> using namespace std; int main(){ int a, b; cout<<(a*10+b)*(a*10+b); return 0; }