代码随想录第8天

yangboran / 2023-08-30 / 原文

想给字符串扩容

s.resize(s.size()+count);

反转字符串一定要记得用reverse函数