阅读背景:

判断两个整数符号是否相同

来源:互联网 

int sameSign(int a, int b)
{
if ( a == 0 )
return 1;



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: