#include <stdio.h>; #include <time.h>; #include <stdlib.h>; int main(); {; int result;; double r01, rnd;; // 亂數種子; srand((unsigned)time(NULL)); ...
確定! 回上一頁