The specific format can refer to the following program segments:
Dragon? int? a = 123456789;
printf("%ld ",a); ? //? %ld means to output variable a in the data format of long integer, and the output result is 123456789.