Run ID:150419

提交时间:2026-03-28 10:04:30

#include <iostream> using namespace std; int main() { int a,b; cout<<(a*10+b)*(a*10+b)<<endl; return 0; }