#includemain(){int a;scanf("%d",&a);printf("%o\n",a);}
典型的进制转换http://blog.csdn.net/qq844352155/article/details/25110377
printf('%o',10)