提交时间:2023-02-03 11:11:43

运行 ID: 7298

#include<bits/stdc++.h> using namespace std; int main(){ cout<<1; for(int i=2;i<=16;i++) cout<<" "<<i*i; }