摘要:
链表模拟栈:#include <iostream>#include "stdio.h"#include "stack.cpp"typedef int datatype;using namespace std;int main(){stack a;a.push(3);a.push(5);cout<<a 阅读全文
posted @ 2016-09-08 11:46
萌萌琪
阅读(105)
评论(0)
推荐(0)
摘要:
#include <iostream>#include "mylist.h"#include "mylist.cpp"using namespace std;int main(){ mylist<int> a; a.add(3); a.add(5); a.add(3); a.travel(); a. 阅读全文
posted @ 2016-09-08 11:46
萌萌琪
阅读(155)
评论(0)
推荐(0)

浙公网安备 33010602011771号