宣告Declaration, scanf() 輸入, printf() 輸出. 1, int x;, scanf("%i",&x);, printf("Number = %i \n",x); ... putchar(x);, fputc(x,stdout);
確定! 回上一頁