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