使用兩次scanf()的問題*/ int a; char b; scanf( "%c", &a ); scanf( "%c", &b ); printf( "a = %c, b = %c\n", a, b ); 執行結果不如預期,輸入一個值(例如1),按 ...
確定! 回上一頁