#includeint main(){ short a; int b; long c; printf("%d %d %d\n",sizeof(a),sizeof(b),sizeof(c)); return 0;}
好吧 看来已经有人回答了
这个真不知道