摘要: // Iflytek_Exam_1.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include using namespace std; vector kick(vector queue) { vector::iterator it1; vector::iterator it2; if... 阅读全文
posted @ 2017-09-16 17:01 I加加 阅读(550) 评论(0) 推荐(0)