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

运行 ID: 7296

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