在C 語言裡面,螢幕輸入和輸出是一種標準的輸入輸出:Standard Input ... #include <stdio.h> int main(){ int a=4; printf("%d", a); return 0; }.
確定! 回上一頁