#include int main() { std::cout << "Enter A and B:"; int a, b; std::cin >> a >> b; }