Run ID:106980
提交时间:2025-01-17 10:28:25
#include<iostream> using namespace std; int main(){ cout<<"1 4 9 16 25 36 49 64 81 100"; return 0; }