标题: 我用VC++做的第一个游戏, 猜数字
性别:未知-离线 陈珺

Rank: 6Rank: 6Rank: 6
组别 校尉
级别 军师将军
好贴 5
功绩 26
帖子 927
编号 3820
注册 2003-12-27
来自 福建福州


发表于 2004-12-26 18:38 资料 个人空间 短消息 看全部作者
源码:
#include<iostream.h>
#include<windows.h>
#include<time.h>
int rnd(int num)
{
    int r;
    for(int i=0;i<99;i++)
    {
    r=rand()%num;
    }
    return r;
}
int main()
{
    int a,b;
    srand((unsigned)time(NULL));
    cout << "请输入你所猜的数字:";
    cin >> a;
    b=rnd(10);
    while(a!=
    {
    if (a>b)
    {
    cout<<"太大了";
    }
    if (a<b)
    {
    cout<<"太小了";
    }
    cin >> a;
    }
    cout<<"猜对了";
    cin >> a;
}


附件: 2004122603.rar (2004-12-26 18:38, 107.36 K)
该附件被下载次数 254


顶部

正在浏览此帖的会员 - 共 3 人在线




当前时区 GMT+8, 现在时间是 2024-12-13 01:49
京ICP备2023018092号 轩辕春秋 2003-2023 www.xycq.org.cn

Powered by Discuz! 5.0.0 2001-2006 Comsenz Inc.
Processed in 0.009859 second(s), 10 queries , Gzip enabled

清除 Cookies - 联系我们 - 轩辕春秋 - Archiver - WAP