#include <stdio.h> void main() { float t,a,b,c,d; printf("請輸入四個數:"); scanf("%f,%f,%f,%f",&a,&b,&c,&d); if (a<b) { t=a; a=b; b=t; } ...
確定! 回上一頁