#include <iostream> #include <ctime> using namespace std; int main() { // use time() with NULL argument cout << time(NULL); return 0; } ...
確定! 回上一頁