using namespace std::chrono; auto time = duration_cast<seconds>(high_resolution_clock::now().time_since_epoch());. 現在 time.count() 將 ...
確定! 回上一頁