#include<math.h>
void
main()
{
float
x,y/*定义变量x和y为浮点型*/
cuit:/*标签*/
printf("请输入X:")
scanf("%f",&x)
if(x<0&&x!=-3)
{
y=pow(x,2)+x-6
}
else
if(0<=x<10&&x!=2&&x!=3)
{
y=pow(x,2)-5*x+6
}
else
{
y=pow(x,2)-x-15
}
printf("分段函数值=%f\没宴运祥梁n",y)
goto
cuit/*跳到标签处,为枯梁了多次测试程序*/
}
main(){ int x,y
scanf("%d",&x)
if(x<60)
{y=0}
if(60<=x &&x<数宏70)
{y=1}
if(70<=x &&x<80)
{y=2}
if(80<闷塌=x &&x<90)
{y=3}
if(x>=90)
{y=4}
printf("%d\n"蚂毕圆,y)
getch()
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)