Реализовать систему бронирования отелей с использованием библиотеки Boost.
Система представляет собой хранилище клиентов отеля и операции по их взаимодействию с отелем.
Ячейка для хранения в базе содержит следующие данные:
Name of customer: string
Room number: int
Guests that leave with the customer: vector
Amount of days to stay in hotel: int
Day and time of booking: string
Day and time of check-in: string
Day and time of check-out: string
Cost: int