#include <iostream>
#include <iomanip>
void bithandle(unsigned int value, int bit)
{
using namespace std;
unsigned int temp = value
位运算:16进制改变某个位置的值(模拟灯光开关)
最新推荐文章于 2024-12-20 20:11:45 发布
#include <iostream>
#include <iomanip>
void bithandle(unsigned int value, int bit)
{
using namespace std;
unsigned int temp = value