提交时间:2025-09-27 13:18:20
运行 ID: 352418
#include <bits/stdc++.h> using namespace std; int n,r1=2,r2=0,t=0; int main() { cin>>n; cout<<n*n; return 0; }