摘要: #include <bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; vector<int> a; a.push_back(1); int j; for(int g = 2;g<=n;g++){ for(int i = 0; 阅读全文
posted @ 2024-06-14 19:46 王一行(小号) 阅读(13) 评论(0) 推荐(0)