NWU_ACM

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年3月27日

摘要: // stack #include #include char str[11000]; char stack1[11000]; int main() { int N; scanf("%d",&N); while(N--) { int i,j,top1; memset(str,0,sizeof(str)); me... 阅读全文
posted @ 2017-03-27 21:28 NWU_ACM 阅读(111) 评论(0) 推荐(0) 编辑

摘要: #include #include #include #include using namespace std; struct point { int x,id; char na[201]; bool operator que; for (i=1;i<=n;i++) { que.push(p... 阅读全文
posted @ 2017-03-27 13:09 NWU_ACM 阅读(121) 评论(0) 推荐(0) 编辑