随笔分类 -  模板

一些算法的模板
摘要:精简版: #include <algorithm> #include <array> #include <cmath> #include <cstring> #include <iostream> #include <map> #include <unordered_map> #include <q 阅读全文
posted @ 2024-05-04 14:41 1v7w 阅读(135) 评论(0) 推荐(0)
摘要:求 $b^q$ 的快速实现方法。 阅读全文
posted @ 2021-03-16 23:49 1v7w 阅读(51) 评论(0) 推荐(0)