有谁知道这题的答案是怎么来的main(){double d;float f;long l;int i;d=20/3;l=d;f=l;i=f;printf("%d %d %f %f\n",i,l,f,d);}
呵呵
我的天啊!i 服了you!!
偶是刚学C 语言 ~看不懂你的这个~~