#include <iostream>int main(){ std::cout<<std::showbase<<123<<", "<<std::hex<<123<<", "<<std::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!