#include <stdio.h>main(){int x=300;printf("%x %o %d ",x,x,x);}
45
12c 454 300
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!