#include <stdio.h> int main() { char input[5]; scanf("%s", input); return 0; }. 首先我們準備一個字元陣列,然後通過s 把這個字串讀到字元陣列 ...
確定! 回上一頁