# 특정 문자열 삭제 - s.erase(remove(s.begin() + I, s.begin() + I + 1, s[I]), s.end()); - remove()는 # include < algorithm > 에 포함되어 있음