Run ID:103226

提交时间:2024-12-28 14:34:27

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