9.22作业5

#include<iostream>
using namespace std;
int main()
{
    cout<<(6&3)<<endl;
    return 0;
}

原文地址:https://www.cnblogs.com/aipopo/p/7590400.html