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

运行 ID: 7297

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