#include <stdio.h> · #include <stdlib.h> · #include <time.h> · int main() · { · int i; · unsigned seed; · seed = (unsigned)time(NULL); // 取得時間序列 ...
確定! 回上一頁