使用fgets 和sscanf 來計算長方形面積. #include <stdio.h> int main() { int a, b, area; char buffer[80]; printf("請輸入寬和高: ");
確定! 回上一頁