摘要: 1.学习总结 2.PTA实验作业 2.1题目1: jmu-字符串是否对称 2.2 设计思路 设计思路 while i小于len c.push(s[i]) 将是s[i]入栈 i++; for(i=0;i<=len/2;i++){ if(s[i]==c.top()) c.pop(); 如果s[i]等于c 阅读全文
posted @ 2018-04-07 20:59 颜骏棋 阅读(148) 评论(2) 推荐(0) 编辑