初学c语言不知道else后面该如何填写,求帮助谢谢 c语言帮助c语言帮助c语言
if(x%2==0) { if(first == 1) { printf("%d",x); first = 0; } else printf(" %d",x); }