#include<stdio.h>Int main(){Int x,y;Scanf("%d",&x);If(x<0)y=-1;If(x=0)y=0;If(x>0)y=1;這里面x=0和x==0有什么區(qū)別?? 查看完整描述