int main () { cout << "Enter a number (decimal or binary): "; getline (cin, input); //read as string try { number = stoi(input); //read string and create int if ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results