求分段函数y=1(x
问题描述:
求分段函数y=1(x
答
用C来实现
#include
#include
int main(){
float x;
float f;
printf("输入x:");
scanf("%f",&x);//
if(x