那有了這個概念也可以做輸入空白會提早結束讀取的錯誤 範例程式03 #include <stdio.h> int main() { char s[200]; scanf("%[^\n]",s); printf("%s\n",s); return 0; }
確定! 回上一頁