有谁知道这题的答案是怎么来的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);}