int a=10 printf("a");输出结果为a=10 ,int a=10 printf("%d=a",a);输出结果也是a=10所以格式化语句有啥用
格式化语句可以让计算机更好的计算你要执行的代码,也方便看到代码人的理解