int bad_int_size_is_32(){ int set_msb=1<<31; int beyond_msb=1<<32; return set_msb&&!beyond_msb;}用0与非0来判断!我还有什么标准没满足啊?
我忘了以知是32位