「騰訊服務器每秒有2w個QQ號同時上線,找出5min內從新登入的qq號並打印出來。」

#include <algorithm> #include <ctime> #include <iostream> #include <map> #include <vector> using namespace std; void timestamp() { time_t t = time(0); cout << ctime(&t) << endl; } // 模擬時鐘 class Ps
相關文章
相關標籤/搜索