回覆列表
  • 1 # 使用者834195712159

    程式碼示例:

    要用到標準庫裡隨機數函式,

    #include<stdio.h>

    #include<stdlib.h>

    #include <stdio.h>

    #include <time.h> /*需引用的標頭檔案*/

    int main(void)

    {

    srand((unsigned)time(NULL)); /*定義隨機種子保證每次產生的隨機數都不一樣*/

    int n = rand() % (100- 0 ) + 1; /*n為X~Y之間的隨機數*/

    printf("本次輸出的數字是:%d\n", n);

    return 0;

    }

  • 2 # 愛逗的小夥伴

    要用到標準庫裡隨機數函式,

    #include<stdio.h>

    #include<stdlib.h>

    # include <stdio.h>

    # include <time.h> /*需引用的標頭檔案*/

    int main(void)

    {

    srand((unsigned)time(NULL)); /*定義隨機種子保證每次產生的隨機數都不一樣*/

    int n = rand() % (100- 0 ) + 1; /*n為X~Y之間的隨機數*/

    printf("本次輸出的數字是:%d\n", n);

    return 0;

    }

  • 中秋節和大豐收的關聯?
  • 該怎樣理解“三十年河東,三十年河西”這句話?