以下()为不正确的if语句。
A:if (x>y); 
B:if (x= =y) x+y;
C:if (x! = y) cin>>x else cin>>y;
D:if(x
出自:国家开放大学《C++语言程序设计》