刚才题目看错了 已修正#include #include int main() { int x;scanf("%d",&x) ;x=x<0?sqrt(-x):sqrt(x);printf("\n%d\n",x);return 0; }