rt,oi.wiki 和 2024 国家集训队论文中都提到了 inline 无用,register 更是在 C++14 中被弃用,在 C++17 中被移除,但实际上有的题加这两个还是有点用的,那么我们到底该不该用呢?
inline
register