int main(){ int a; double x; scanf("%lf",&x); if (x>=0){ a=(int)x; } if (x<0){ a=(int)x; } printf("%d",a); return 0; }//只有80分,,,,不懂,想不出来了