摘要: 给定一个正整数N代表火车数量,0 //火车进站#include#include#includeusing namespace std;bool IsPopOrder(vector pushV,vector popV) { stack s; ... 阅读全文
posted @ 2017-05-26 18:46 凝视深空 阅读(304) 评论(0) 推荐(0) 编辑