fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<showbase<<123<<", "<<hex<<123<<", "<<oct<<123<<'\n';
  6. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
123, 0x7b, 0173