1: #include <iostream> 2: 3: int main() 4: { 5: std::cout << "The size of an integer:\t\t"; 6: std::cout << sizeof(int) << " bytes\n"; ...
確定! 回上一頁