随笔分类 -  algorithm

摘要:floyd 算法 template <typename T> struct Floyd { const T INF = std::is_same_v<T, long long> ? 1e18 : 1e9; int n; std::vector<std::vector<T>> dp; Floyd(in 阅读全文
posted @ 2023-09-13 20:28 hacker_dvd 阅读(5) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示