fork download
  1. #include <stdio.h>
  2. main()
  3. {
  4. int x=300;
  5. printf("%x %o %d ",x,x,x);
  6. }
  7.  
Success #stdin #stdout 0s 5320KB
stdin
45
stdout
12c 454 300