#pragma once #include int StringToInteger(std::string num); std::string IntegerToString(int);