Run ID:142709

提交时间:2026-01-11 15:11:41

#include<bits/stdc++.h> using namespace std; int main(){ int a,b; a=a*10+b; cout<<a*a<<endl; return 0; }