人电脑实现石头剪刀布游戏

/*人电脑实现石头剪刀布游戏*/ #include<stdio.h>#include<time.h>#include<stdlib.h>enum game{cut,stone,paper};char getfirist(void){ int ch; ch=getchar(); while(getchar()!='\n') continue; return ch;}help(){ int ch; printf("Enter the letter of your choise to play the game\n"); printf("c. cut ...
默认分类 | 2010-04-10 10:53 | 阅读 668 次 | 评论 0 条
浏览48645次
文章分类