簡單的分段函數

簡單的分段函數 在這裏插入代碼片 #include <stdio.h> #include <math.h> int main() { double x,y; scanf("%lf",&x); if(x<0) y=sqrt(-x); if(x>=0&&10>x) y=2pow(x,5)-3; if(x>=10) y=3floor(x)-11; printf("%.2lf\n",y); return
相關文章
相關標籤/搜索