题解元宝2026-02-26 17:10:15发布于:陕西4阅读0回复0点赞有两个代码C++和Python C++: #include<bits/stdc++.h> using namespace std; int main(){ cout << "[3, 3, 3, 3, 3, 3, 3, 3, 3, 3]"; } Python: a = [] for i in range(10): a.append(3) print(a) 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个