输出结果一直是错的,结果显示是多了个空格该怎么调整代码,本人初学者希望不要讲的太高深。zz
if(a%3==2 && a%7==1) { if(p==0) printf("%d",a); else printf(" %d",a); p++; }·