摘要: #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <iostream> #include <string> #include <thread> #include <vector> u 阅读全文
posted @ 2022-10-14 12:30 FredGrit 阅读(37) 评论(0) 推荐(0)
摘要: #pragma once #include <iostream> #include <random> #include <algorithm> using namespace std; random_device rd; mt19937_64 mt(rd()); template<typename 阅读全文
posted @ 2022-10-14 11:01 FredGrit 阅读(22) 评论(0) 推荐(0)