摘要:
#include struct node{ int payload; node* next; }; void bianli(node* head){ node* iterator = head; while(iterator){ std::cout payloadnext; } std::coutnext==nullptr) return hea... 阅读全文
摘要:
#include struct node{ int payload; node* next; }; void bianli(node* head){ node* iterator = head; while(iterator){ std::cout payloadnext; } std::coutnext==nullptr) return hea... 阅读全文