// 第四行有2個整數 a, b,請取一個整數亂數 x (a <= x < b)
這個我直接輸出 a 就AC了, 科科 =.=
#include <iostream>
可以不用 #include <time.h>
還是可以用
只要不include time.h
直接srand() rand() OK的