// Include the library for console in-/outputs #include // Include the libary for strings #include // Main function int main() { // Initialize variable std::string value; // Read from console std::getline(std::cin, value); }