#include int main() { char a[80]; scanf("%s", &a); //或用a printf("%s \n",a); return ... 用scanf來讀字串,字串中不能有空白,若有空白會被當成兩個不同的字串。
確定! 回上一頁