class String {
public:
size_t length() { return m_length; }
private:
size_t m_length;
};
이런건 알고리즘이라고 하지않는다
이런건 알고리즘이라고 하지않는다