A: 如下: #include int main() { int i; scanf("%d", &i); printf("%d", i); ... A: 可以使用man scanf命令得到scanf函數的說明。
確定! 回上一頁