摘要: #pragma once #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <float.h> #include <iostream> #include <limits> #incl 阅读全文
posted @ 2022-10-13 19:37 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #pragma once #pragma comment(lib,"rpcrt4.lib") #include <Windows.h> #include <rpcdce.h> #include <iostream> #include <string> #include <vector> using 阅读全文
posted @ 2022-10-13 11:34 FredGrit 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #pragma once #include <iostream> #include <random> using namespace std; static random_device rd; static mt19937_64 mt(rd()); template<typename T> T ge 阅读全文
posted @ 2022-10-13 11:05 FredGrit 阅读(17) 评论(0) 推荐(0) 编辑