#include <stdio.h> int main() { float a, b, c ; char buffer[80]; printf("請輸入三個浮點數: "); fgets(buffer, sizeof(buffer), stdin);
確定! 回上一頁