随笔分类 - 

摘要:题目链接http://acm.hdu.edu.cn/showproblem.php?pid=1022模拟栈:代码#includeint main(void){ int n,i,j,k,t,r[23],stack[13]; char si[13],so[13]; while(scan... 阅读全文
posted @ 2014-10-05 22:14 立刻行动 阅读(118) 评论(0) 推荐(0)