HDU1022 Train Problem I
摘要:
题目地址:http://acm.hdu.edu.cn/showproblem.php?pid=1022 #include #include #include #include using namespace std;string strIn,strOut;stack strTmp;//临时栈vector strInfo;int main(int argc,char* argv[]){ int... 阅读全文
posted @ 2008-01-06 15:52 Phinecos(洞庭散人) 阅读(1114) 评论(2) 推荐(0) 编辑