摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 20:12 TPPPP72 阅读(3) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 19:53 TPPPP72 阅读(4) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 19:22 TPPPP72 阅读(6) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 19:16 TPPPP72 阅读(5) 评论(0) 推荐(0)
摘要: 在 \(n\) 阶行列式 \(D\) 中,随机选取 \(k\) 行 \(k\) 列,位于行列交叉点处的值组成的新的行列式 \(N\) ,称为 \(D\) 的一个 \(k\) 阶子式。 在 \(D\) 中划去 \(k\) 行 \(k\) 列后,剩下的 \(n-k\) 阶行列式称为余子式,记作 \(M\ 阅读全文
posted @ 2025-10-14 11:58 TPPPP72 阅读(20) 评论(0) 推荐(0)
摘要: 余子式 对于任意 \(n\) 阶行列式 \(D\) ,划去 \(a_{i,j}\) 所在的行列,剩余部分组成的 \(n-1\) 阶行列式称为 \(D\) 中元素 \(a_{i,j}\) 的余子式,记作 \(M_{i,j}\) 。 代数余子式 基于余子式的定义,将 \((-1)^{i+j}M_{i,j 阅读全文
posted @ 2025-10-14 11:23 TPPPP72 阅读(28) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 10:21 TPPPP72 阅读(3) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 10:17 TPPPP72 阅读(4) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 10:04 TPPPP72 阅读(7) 评论(0) 推荐(0)
摘要: 对每一位枚举两个距离,并且将每个距离生成两个字符串,对生成的结果以及原字符串排序比较,如果有完全一致的情况,则判定为 YES ,反之为 NO 。 #include <algorithm> #include <cstdint> #include <iostream> #include <limits> 阅读全文
posted @ 2025-10-14 09:57 TPPPP72 阅读(5) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 08:10 TPPPP72 阅读(4) 评论(0) 推荐(0)
摘要: #include <algorithm> #include <cstdint> #include <iostream> #include <limits> #include <numeric> #include <string> #include <unordered_map> #include < 阅读全文
posted @ 2025-10-14 00:13 TPPPP72 阅读(5) 评论(0) 推荐(0)