摘要: RT以后常来看看吧 阅读全文
posted @ 2009-03-08 23:35 罗刹剑客 阅读(141) 评论(0) 推荐(0)
摘要: Count.javapublic class Count{int resolveStm(Stm stm){int temp1=0,temp2=0;if(stm.kind==1){temp1=resolveStm(((CompoundStm)stm).stm1);temp2=resolveStm(((... 阅读全文
posted @ 2009-03-08 23:34 罗刹剑客 阅读(589) 评论(0) 推荐(0)