摘要:
// 1051. Pop Sequence.cpp: 主项目文件。 #include "stdafx.h"
#include #include using namespace std; stack S;
int stackMaxSize,arrMaxSize; void readRemain(int rem){ int temp; for(int i=0;istackMaxSize-1){ return false; } } if(curPos==arrMaxSize+1){ return false; } curPos++; ... 阅读全文
posted @ 2013-03-24 20:01
cjweffort
阅读(184)
评论(0)
推荐(0)