提交时间:2025-12-09 13:29:53
运行 ID: 75679
#include<bits/stdc++.h> using namespace std; int main() { cout<<1<<endl<<4<<endl<<9<<endl<<121; return 0; }