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