#include #include #include using namespace std; int main(){ cout << 17 << endl // without showbase << hex << 17 << endl << oct << 17 << endl; }