%d,int
%ld,long int
%lld,long long
%hd,short
%c,char
%f,float
%lf,double
%u,unsigned
%x,十六进制输出int,或者long int 或者 short int
%o,八进制输出
%s,字符串