scanf : reads from standard input (stdin); printf: writes to standard output (stdout) ... To output an integer, use %d in the format string, and an integer ...
確定! 回上一頁