C語言使用scanf連續輸入字串出現的問題. ... #include<stdio.h> int main() { char a,b; scanf("%c",&a); scanf("%c",&b); printf("%c,%c",a,b); }.
確定! 回上一頁