从尾到头打印链表
摘要:#include "stdafx.h"#include <string>using namespace std;#include <vector>#include <stack>typedef struct tag_listnode{ int data; struct tag_listnode *n
阅读全文
posted @ 2020-04-18 21:00
posted @ 2020-04-18 21:00
posted @ 2020-04-14 23:04