摘要: 删除指定数字 #include<iostream> #include<vector> using namespace std; int main(){ int n,x; cin>>n; int m[n]; for(int i=0;i<n;i++){ cin>>m[i]; } vector<int> 阅读全文
posted @ 2023-12-09 10:00 王ys 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-12-09 09:20 王ys 阅读(13) 评论(0) 推荐(0)