最佳答案
这个转换的可移植性如何? 我能确定这两个断言都能通过吗?
int x = 4<5;
assert(x==1);
x = 4>5;
assert(x==0);
别问为什么,我知道这很难看,谢谢。