v_reverse(v.rbegin(),v.rend());
? ? ? ? return v_reverse;
? ? ? ?}
};
```
剑指 Offer 06. 从尾到头打印链表
原文:https://blog.51cto.com/u_14982125/2928281