Make Unreal REAL.
article thumbnail
Level 0. 문자열 뒤집기

 

 

#include <iostream>
#include <algorithm>

using namespace std;

string solution(string my_string, int s, int e)
{
    reverse(my_string.begin() + s, my_string.begin() + ++e);

    return my_string;
}
profile

Make Unreal REAL.

@diesuki4

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!

검색 태그