std::cout << 5; // writes the integer 5 to the standard output int x; std::cin >> x; // reads an integer from the standard input. 它對於所有標準類型都是重載 ...
確定! 回上一頁