9.22 (5)

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

posted @ 2017-09-25 23:50  LemonSir  阅读(54)  评论(0编辑  收藏  举报