可以int main(){ int i,j; for(i=0,j=0;i<10 || j<50;i++,j+=2) { printf("\ni=%d j=%d",i,j); } return 0;}
可以的
可以。。。。