2008-08-28から1日間の記事一覧

じゃんけんゲーム?

猫でもがしばらく届かないようなので 10日でをやろうとおもって続きのジャンケンゲームをつくろうをやっているのですが #include <stdio.h> #include <time.h> #include <stdlib.h> main () { int computer; printf("【ジャンケンゲーム】\n"); srand(time(NULL)); computer = rand()%3 </stdlib.h></time.h></stdio.h>…