... 時間相關函數*/ int main(){ /* 設定亂數種子*/ srand( time(NULL) ); /* 產生亂數*/ int x = rand(); printf("x = %d\n", x); return 0; }.
確定! 回上一頁