scanf輸入問題

scanf輸入問題 編寫UVa習題的時候,我發現使用scanf輸入多個字符的區域總是會莫名其妙地停止運行,像下面這樣。 接下來做幾個小實驗: 輸入a b c int main() { char ch1,ch2,ch3; scanf("%c%c%c",&ch1,&ch2,&ch3); printf("ch1=%c,ch2=%c,ch3=%c\n",ch1,ch2,ch3);
相關文章
相關標籤/搜索