摘要:
#include#includeusing namespace std;class MinStack{public: class Data { public: Data( int a = 0 , int b = -1 ): data(a) , cur( b){} ... 阅读全文
posted @ 2015-05-17 22:03
crazyzhping
阅读(139)
评论(0)
推荐(0)
摘要:
#include#includeusing namespace std;int a[100][100];int l,r,t,b;int n,m;void solve(){ l = 0 , r = m-1 , t = 0 , b = n - 1; int i,j; while( t ... 阅读全文
posted @ 2015-05-17 21:19
crazyzhping
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号