#include <iostream>using namespace std;int main( ) {intx=0,y=3;if(x=0)у=y+1;elsey=y-1;cout<<"y="<<y< endl;retun 0;}为什么这个程序会输出y=2?求指点