摘要:
using System; public class Stack {privateNodefirst=null;publicboolEmpty{get{return(first==null);}}publicobjectPop(){if(first==null)thrownewExcepti... 阅读全文
posted @ 2006-05-18 18:34
张志
阅读(493)
评论(0)
推荐(0)
浙公网安备 33010602011771号