摘要: 1 struct sta 2 { 3 int sz[100001]; 4 int top() 5 { 6 return sz[top]; 7 } 8 void push(int x){ 9 sz[++top]=x; 10 } 11 void pop(){ 12 if(top>0) 13 top--; 阅读全文
posted @ 2017-04-30 21:17 MJT12044 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 2806 红与黑 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 白银 Silver 2806 红与黑 2806 红与黑 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 白银 Silver 时间限制: 1 s 空间限制: 64000 KB 题目等级 : 白银 Silv 阅读全文
posted @ 2017-04-30 16:45 MJT12044 阅读(172) 评论(0) 推荐(0) 编辑