随笔分类 -  OI / 语法

摘要:```cpp #include #include #include #include #include /** * 写得死烂,又长又慢。 * Author:qL * todo: * Better modInt * frac * More Poly * fix bug of radix_sort * 阅读全文
posted @ 2023-08-15 19:41 LQ636721 阅读(46) 评论(0) 推荐(0)
摘要:# 究极鬼畜:泛型auto ### 零 前言 C++ 作为一门强大的语言,标准库中为我们提高了许多相当实用的模板。 然而有时候你 ~~(其实整个机房就我一个)~~ 又自己有一些代码,想转化为一个封装好的板子。 这时候,你就不得不接触泛型编程了。 ~~那个 auto 是为了押韵乱加的,虽然 auto 阅读全文
posted @ 2023-08-13 12:15 LQ636721 阅读(62) 评论(0) 推荐(0)