討論串[問題] 小遊戲大問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
無聊中..... #include <time.h>. #include <stdio.h>. void main(). {. int times;. int win = 0;. int lost = 0;. int input;. int compare;. srand(time(NULL));.
(還有486個字)
內容預覽:
#include <stdio.h>. #include <stdlib.h>. #include<time.h>. int main(). {. srand(time(NULL));. int n=rand()%3+1;. int s;. float w=0,l=0,n1;. printf("請輸
(還有733個字)
首頁
上一頁
1
下一頁
尾頁