鱼C论坛

 找回密码
 立即注册
查看: 1983|回复: 2

求解答,求指出错误。

[复制链接]
发表于 2014-7-10 17:59:13 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
代码如下
#include <stdio.h>
int main (void)
{
  int num=0;
  int dj=0;
  num=rand()%100;
  num++;
  printf("this is a guess number game .please scanf you guess nmuber\n");
  scanf ("%d",&dj);
  while (dj !=num)
  {
     if (dj>num)
                 printf("you scanf number big \n");
     else
             printf("you scanf nmber small \n");
      
  }
   
      printf ("you are good ,you guess sure \n");
   

      return 0;
  }

   return 0;
}
E:\尘凡\c语言\写出的程序\猜数字游戏.cpp(6) : error C2065: 'rand' : undeclared identifier
E:\尘凡\c语言\写出的程序\猜数字游戏.cpp(29) : error C2143: syntax error : missing ';' before 'return'
E:\尘凡\c语言\写出的程序\猜数字游戏.cpp(30) : error C2143: syntax error : missing ';' before '}'
E:\尘凡\c语言\写出的程序\猜数字游戏.cpp(30) : error C2143: syntax error : missing ';' before '}'
E:\尘凡\c语言\写出的程序\猜数字游戏.cpp(30) : error C2143: syntax error : missing ';' before '}'
执行 cl.exe 时出错.
大牛进来看看,哪里错了请指出。




      
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2014-7-10 18:01:08 | 显示全部楼层
使用rand()函数需要头文件#include<stdlib.h>
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2014-7-11 01:30:14 | 显示全部楼层
还有是写多了 return 0;
                                }
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-24 14:26

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表