程式功能:計算計程車費率*/ #include <stdio.h> int main(void) { int i, diff, cost; ... printf("總共車資為: %d 元", cost); printf("\n"); return 0; }.
確定! 回上一頁