Run ID:104607
提交时间:2025-01-05 17:40:22
#include<iostream> using namespace std; int main() { int a,b,d; a=1; b=11; d=a+b*10; cout<<d*d; return 0; }