int num=50;int ref&=num;ref=ref+10;num=num+40cout<<ref<<endl;输出ref的值是: int num=50;int ref&=num;ref=ref+10;num=num+40cout< 发布时间:2026-03-02 12:35:04