自定义堆栈(回文检测)
摘要:
using System;using System.Collections;namespace CStack{ class Program { static void Main(string[] args) { CStack alist = new CStack(); string ch; string word = "上海自来水来自海上"; bool isPalindrome = true; for (int x = 0; x 0) ... 阅读全文
posted @ 2013-04-25 10:50
Yours风之恋
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号