#include
#include
#include
#include int main(){
int ans;
srand((unsigned int)time(0));
do{
system("cls");
printf("******Chao mung ban den voi tro choi doan so******\n");
printf("He thong da sinh ra so ngau nhien, moi ban du doan....\n\n");
int n = rand()%10 + 1;
int c = 0;
while(c<3){
c=c+1;
printf("Nhap so doan lan %d: ",c);
int m;
scanf("%d",&m);
if(n == m){
printf("\tChuc mung! Ban da thang!\n");
break;
}
else if (c==3)
printf("\tTiec qua! Ban da thua!\n");
else if (n > m)
printf("\t----> Goi y: So ban doan nho hon so n\n");
else
printf("\t----> Goi y: So ban doan lon hon so n\n");
}
printf("Nhan phim 'c' de tiep tuc....");
ans = getch();
}while(ans =='c' || ans =='C');
return 0;
}
0 nhận xét:
Đăng nhận xét