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< 发布时间:2025-02-01 00:01:45