#include "stdio.h" #include "stdlib.h" #include "time.h" int main() { srand(time(NULL)); printf("%d", rand() % 6 + 1); }. 7. 怎麼亂數相加
確定! 回上一頁