<<优先级的问题,代码附下: #include<iostream> #include<bitset> using namespace std; int main() { bitset<4> a(0); int col = (a[3]<<3) +……