摘要: #include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { vector<int> number,even,odd; int a; while(cin>>a){ number.pu 阅读全文
posted @ 2022-06-11 20:49 一直在努力的小笨蛋 阅读(274) 评论(0) 推荐(0)