Compare commits

..

No commits in common. "6caa3c7723051f3550c0308f662084083d6c6295" and "631efd9a7fe0776910f7d16b87d8c4d1c875bf15" have entirely different histories.

View File

@ -62,7 +62,7 @@ public:
int main() int main()
{ {
try{ try{
//std::ios_base::sync_with_stdio(false); //加了没效果 //这里直接关掉就行了,不会影响读入,因为目前是一次性读入。开了反而会让日志输出变成全缓冲,不友好 std::ios_base::sync_with_stdio(false); //加了没效果
// using namespace std; // 别加,刚被坑了 // using namespace std; // 别加,刚被坑了
Spent all_spent("All spent"); //自动计时器,给主函数计时 Spent all_spent("All spent"); //自动计时器,给主函数计时