#include<iostream> using namespace std; int main(){ cout<<(6&3)<<endl; return 0; }
转载于:https://www.cnblogs.com/LemonSir/p/7594594.html
#include<iostream> using namespace std; int main(){ cout<<(6&3)<<endl; return 0; }
转载于:https://www.cnblogs.com/LemonSir/p/7594594.html