摘要: #include<iostream> #include<vector> #include<algorithm> using namespace std; bool greater3(int a){ return a>3; } void shuchuv1(vector<int> v){ vector< 阅读全文
posted @ 2025-03-21 19:26 hanxuyao 阅读(10) 评论(0) 推荐(0)