#include <stdio.h>

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