11995专题

UVA - 11995 I Can Guess the Data Structure!

题意:求满足操作的数据结构 思路:模拟 #include <iostream>#include <cstdio>#include <cstring>#include <algorithm>#include <stack>#include <queue>using namespace std;int n,o,e,cs,s,q,pq;int main(){while (scanf("%

uva - 11995 - I Can Guess the Data Structure!

题意:输入一个数n,接着输入n行数,第行数由2个正整数构成,其中第一个整数要么为1,要么为2,若为1,则将1后面的整数放进一个包里;若为2,则从包里取出一个整数,最后根据放入包里与从包里取出的数的顺序判断这个包是个什么样的数据结构。 题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category