C小练习~猜数游戏

#include<stdio.h>
#include<stdlib.h>
#include<time.h>

int main()
{
	int search(int k,int a[],int len)
	{
		int ret=-1;
		int i;
		
	 } 
	srand(time(0));
	int num=rand()%100+1;
	
	int x;
		printf("Welcome to the game.\nThe system seclected a number from 1 to 100.\n");
       time_t t;
       char *pc;
       time(&t);
       pc=ctime(&t);
       printf("Current time is:%s\n\n",pc);
       
     printf("Please  guess the number from 1 to 100.\n");
	int count=0;
	
	do
	{
		scanf("%d",&x);
		count++;
		if(x>num)
		{
			printf("The number is big!\n");
			
		}
		 else if(x<num)
		{
			printf("The number is small!\n");
			
		}
	}while(x!=num);
	
	printf("Congratulation!!! You have successed by %d chances.\n\n\n",count);
	 return main();
 } 

watermark,type_ZHJvaWRzYW5zZmFsbGJhY2s,shadow_50,text_Q1NETiBA5pe256m65Lq6,size_20,color_FFFFFF,t_70,g_se,x_16

开发环境,dec-c++

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值