When outputting: %f is to output floating-point variables to screen printf or file fprintf;
%d is to output integer variables to screen printf or file fprintf;
p>
When inputting: %f reads the value from ssanf in the input string to the floating point variable in floating point format;
%d reads the value from ssanf in the input string in integer format. into integer variables;
This is the conversion of variables to input and output