#include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main () { srand( time(NULL) ); cout << rand(); }.
確定! 回上一頁