void find_roman_number(std::string& result, int& num, int dividor, const std::string& to_be_put)

저기 & 표시들은 뭐냐?


저렇게 선언하면 어떻게 되는거임?