#include <iostream> int main() { unsigned short int smallNumber; smallNumber = 65535; std::cout << "small number:" << smallNumber << std::endl; ...
確定! 回上一頁