namespace std {
class length_error : public logic_error {
public:
explicit length_error(const string& what_arg);
explicit length_error(const char* what_arg);
};
}length_error(const string& what_arg);
length_error(const char* what_arg);