C語言分段函數計算(三角,對數函數使用方法)

  #include<stdio.h> #include<math.h> #define e 2.71828 //使用define函數給e定義初值 main() { int x; printf("請你輸入x的值\n"); scanf("%d",&x); if(0<=x&&x<20) printf("y=%d",5*x+11); else if(20<=x&&x<40)
相關文章
相關標籤/搜索