石頭剪子布C語言程式

來源:互聯網
上載者:User

// st.cpp : 定義控制台應用程式的進入點。
//

#include "stdafx.h"
#include "stdlib.h"
#include "time.h"
#include "string.h"
#include "conio.h"
#include "dos.h"
//void Initrnd()
//{
// char* str1="";
// char* str2="";
// char* str3="";
//    char*str4=" 你出的是-";
// char*str5=" 電腦出的是-";
// char*str6=" 比賽結果-";
// char*str7=" 請出拳 1.<石頭> 2.<剪子> 3.<布>";
//       time_t timer = time(0);
//       struct tm *ptrtime = localtime( &timer ) ;
//     
// printf("%s\n\r\r\r",str7);
// int user;
// int computer;
// scanf("%d",&user);
// switch(user)
// {
// case 1:
//   str1="石頭";
// break;
// case 2:
//  str1="剪刀";
// break;
// case 3:
//  str1="布";
// break;
// default:
//        str1="你出錯了";
// }
// srand((unsigned)time(NULL));
// computer=rand()%3+1;
// switch(computer)
// {
// case 1:
//  str2="石頭";
// break;
// case 2:
//  str2="剪刀";
// break;
// case 3:
//     str2="布";
// break;
// default:
//     str2="系統錯誤";
// }
//
// if((user-computer==-1||user-computer==2))
// {
//  str3="你贏了";
// }
// else if(user-computer==0)
// {
//  str3="平局";
// }
// else
// {
//   str3="你輸了";
// }
//
//printf("%s%s\n%s%s\n%s%s\n",str4,str1,str5,str2,str6,str3);
//FILE *fp;
//fp=fopen("log.txt","a");
//if(fp==NULL)
//{
//fp=fopen("log.txt","w");
//}
//else
//{
//fputs(str4,fp);
//fputs(str1,fp);
//fputs(str5,fp);
//fputs(str2,fp);
//fputs(str6,fp);
//fputs(str3,fp);
//fputs(asctime( ptrtime ) ,fp);
//fputc('\n',fp);
//fclose(fp);
//}
//}

int _tmain(int argc, _TCHAR* argv[])
{
 int d;
 time_t t;
  srand((unsigned) time(&t)); */
  
    d=random(2);
 printf("%d",d);
    /*char chr;
 do{
 Initrnd();
 printf("是否退出 Y / N ?");
    chr = getchar();
 scanf("%c",&chr);
 }while(chr=='Y'||chr=='y');*/

 

 
}
   

  
 // system("cls");清屏函數

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.