The return of scanf ... int n = scanf("%d %d %d", &a, &b, &c); ... scanf 會從stdin 依輸入順序讀取字元,然後依序與format string 的非WC字元比較.
確定! 回上一頁