random number c ... #include #include srand(time(NULL)); // Initialization, should only be called once. int r = rand(); // Returns a pseudo-random integer between ...
確定! 回上一頁