#include<stdio.h> int main() { char a,b; scanf("%c",&a); scanf("%c",&b); printf("%c,%c",a,b); }. 一段看上去很簡單的程式碼,即使是C語言初學 ...
確定! 回上一頁