摘要: #include #include int length=0;struct ListNode { int val; struct ListNode *next;};void make(struct ListNode* &list){ struct ListNode *tail=... 阅读全文
posted @ 2015-10-30 11:08 hudiwei-hdw 阅读(184) 评论(0) 推荐(2) 编辑