永发信息网

用C++6.0编译C++显示f:\c语言\microsoft visual studio\myprojects\144\12.cpp(1) : fatal error C1083: Ca

答案:2  悬赏:40  手机版
解决时间 2021-03-07 20:52
  • 提问者网友:献世佛
  • 2021-03-07 03:47
#include
#include
using namespace std;
int main()
{int margic;
int guess;
margic=rand();
cout<<"enter you guss:";
cin>>guess;
if (guess=margic)
cout<<"猜对了:";
else cout<<"猜错了:";
return 0;} 程序如上面的
最佳答案
  • 五星知识达人网友:酒醒三更
  • 2021-03-07 05:05
if后边括号内应该是margic==guess吧
全部回答
  • 1楼网友:街头电车
  • 2021-03-07 05:32
#include #include using namespace std; int main() {int margic; int guess; margic=rand();**************************rand()是赋初值的吧 cout<<"enter you guss:"; cin>>guess; if (guess=margic)*************************这个地方有错 cout<<"猜对了:"; else cout<<"猜错了:"; return 0;} 程序如上面的
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯