摘要: #includeusing std::cin;using std::cout;using std::endl;namespace mynode{ typedef int type; struct Node { type data; ... 阅读全文
posted @ 2015-03-10 22:00 Thereisnospon 阅读(119) 评论(0) 推荐(0)
摘要: #includeusing std::cin;using std::cout;using std::endl;namespace mystack2{ typedef int type; struct node { type data; node*next... 阅读全文
posted @ 2015-03-10 21:59 Thereisnospon 阅读(193) 评论(0) 推荐(0)