printf“a>b,%d\n”是否正确
可以颠倒,printf("%d\n,a>b",56);比如写成这样,你可以自己试一下输出结果
你这是想写什么?这个肯定会把a>b,一块输出,然后%d的地方会显示你想输出的数值
printf{"a>b,%d\n"