使用fgets 和sscanf 從鍵盤輸入三個數字,再求出a+b>c 的值. #include <stdio.h> int main() { float a, b, c ; char buffer[80]; printf("請輸入三個 ...
確定! 回上一頁