摘要:
题目链接:https://codeforces.com/problemset/problem/1208/F 其实是 高维后缀和。 解题思路参考自 https://www.cnblogs.com/heyuhhh/p/11585358.html 示例程序: #include <bits/stdc++.h 阅读全文
posted @ 2026-03-17 16:43
quanjun
阅读(14)
评论(0)
推荐(0)
摘要:
题目链接:https://atcoder.jp/contests/arc100/tasks/arc100_c 解题思路:来自 vectorwyx 大佬的博客 示例程序: #include <bits/stdc++.h> using namespace std; int n; pair<int, in 阅读全文
posted @ 2026-03-17 16:42
quanjun
阅读(10)
评论(0)
推荐(0)
浙公网安备 33010602011771号