What is the meaning of% 13d in printf ("%7d% 13d \ n ",i, n [i])?
Both %7d and %3d are controlled to print. Like the previous %7D, if your integer is greater than 7, such as 12345678, you will print it as it is, but if your integer is less than 7, such as 123, you will add four spaces in front, which means you are printing plastic.