9.22作业5

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

posted @ 2017-09-25 09:22  TOTO2  阅读(78)  评论(0编辑  收藏  举报