#include <iostream> #include <bitset> using namespace std; int main() { unsigned short short1 = 4; bitset<16> bitset1{short1}; // the bitset ...
確定! 回上一頁