摘要: //model/util.h template <typename T> T gen_random_num(T min, T max); void gen_uint64(const int &len); void gen_uint32(const int &len); template <typen 阅读全文
posted @ 2023-03-18 21:00 FredGrit 阅读(17) 评论(0) 推荐(0)
摘要: //model/util.h #pragma once #include <algorithm> #include <chrono> #include <ctime> #include <fstream> #include <iomanip> #include <iostream> #include 阅读全文
posted @ 2023-03-18 20:09 FredGrit 阅读(22) 评论(0) 推荐(0)