질문&답변
5 - B stack 풀이 질문
와~우 방금 제가 혹시..? 해서 이것저것 고쳐보았는데요 string = string + temp_string 이것과 string += temp_string 의 로직이 달라서 그런 것으로 파악 되었습니다 ㅠㅠ 이제는 += 을 적극 활용하도록 해야겠습니다 https://cplusplus.com/reference/string/string/operator+=/
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 186
질문&답변
와~우 방금 제가 혹시..? 해서 이것저것 고쳐보았는데요 string = string + temp_string 이것과 string += temp_string 의 로직이 달라서 그런 것으로 파악 되었습니다 ㅠㅠ 이제는 += 을 적극 활용하도록 해야겠습니다 https://cplusplus.com/reference/string/string/operator+=/