I have a super simple cpp program that reads with std::getline(std::cin, ...) and std::cin >> myint and prints to cout. When I c
std::getline(std::cin, ...)
std::cin >> myint
cout