qzl


私信TA

用户名:2030819024

访问量:9535

签 名:

等  级
排  名 231
经  验 6196
参赛次数 17
文章发表 43
年  龄 0
在职情况 学生
学  校 贺州学院
专  业 软件工程

  自我简介:

解题思路:试一下这个方法,有什么错误帮我指出一下。

注意事项:

参考代码:

#include <stdio.h>

#include <stdio.h>

int main()

{

float x;

scanf("%f",&x);

if (x<0)

{

printf("%.2f\n",-x);

}

else

{

if(x<2)

{

printf("%.2f\n",pow(x+1,0.5));

}

else

if(x<4)

{

printf("%.2f\n",pow(x+2,5));

}

else

printf("%.2f\n",2*x+5);

}

return 0;

}


 

0.0分

0 人评分

  评论区

  • «
  • »