有关C++


#include <iostream.h>
void main()
{
  int y;
  float x;
  cin>>x;
  if (x>0)
  { y=1;}
  if (x=0)
  { y=0;}
 if (x<0)
  { y=-1;}
  cout<<"y="<<y<<endl;
}为什么不能运行

wendy0512
浏览 1118回答 1
1回答

新世纪代码的吞噬者

#include <iostream>using namespace std;
打开App,查看更多内容
随时随地看视频慕课网APP