#include <stdio.h>
int main()
{
    int a = 1234;
    int b = 1234;
    printf("%#o %#X",a,b);
    return 0;
}
//值得注意的一个使用修饰符“#”控制前导显示