#include <stdio.h>

int main() 
{
    int a = 0xABCDEF;
    printf("%15d", a);
}

大一学过,结果我现在忘了。