#include <iostream>using namespace std;int main(){ cout<<showbase<<123<<", "<<hex<<123<<", "<<oct<<123<<'\n';}
Standard input is empty
123, 0x7b, 0173
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!