當前位置:首頁 » 編程軟體 » c語言編譯不等式組

c語言編譯不等式組

發布時間: 2023-12-21 15:26:43

1. c語言中這個不等式怎麼編 用switch語句

#include "stdio.h"
#include "conio.h"

main()
{
double x;
int temp,y;
printf("input a number:");
scanf("%lf",&x);
temp=(x>=0?(x>0?1:0):-1);
switch(temp){
case 1:
y=1;break;
case 0:
y=0;break;
case -1:
y=-1;break;

}
printf("y=%d\n",y);
getch();
}
若對這個表達式不懂的temp=(x>=0?(x>0?1:0):-1);可以繼續追問 。編譯環境是win-TC下的,你可以把getch()替換成getchar()防止屏幕一閃而過

2. C語言中不等式可不可以連寫

不可以的。應為
(x<=a)&&(x>=b&&x<=c)

3. 懸賞求一個簡單的C語言解不等式的程序

#include<stdio.h>
intmain(void)
{
intx1,x2,x3;
floatt;
floatsum;
scanf("%f",&t);
for(x1=0;x1<10;x1++){
for(x2=0;x2<10;x2++){
for(x3=0;x3<10;x3++){
sum=4.71*x1+3.615*x2+4.73*x3;
if(sum<=t)
printf("x1:%d,x2:%d,x3:%d ",x1,x2,x3);
}
}
}

return0;
}

熱點內容
全本免費閱讀器在哪緩存 發布:2025-01-23 11:14:54 瀏覽:437
傳輸數據加密 發布:2025-01-23 11:03:20 瀏覽:253
win7文件夾沒有共享 發布:2025-01-23 10:55:43 瀏覽:139
php原鏈接 發布:2025-01-23 10:49:56 瀏覽:513
演講稿腳本需要哪些要素 發布:2025-01-23 10:49:55 瀏覽:383
傳奇日常腳本 發布:2025-01-23 10:45:04 瀏覽:39
刷華為的系統可以用方舟編譯器嗎 發布:2025-01-23 10:45:03 瀏覽:225
java數組反射 發布:2025-01-23 10:39:24 瀏覽:291
伺服器如何從導軌取下來 發布:2025-01-23 10:28:30 瀏覽:102
華為手機的密碼保險櫃在哪裡 發布:2025-01-23 10:27:02 瀏覽:633