#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有什么区别??
相关分类