Loading

摘要: 这是neatisaac的金牌导航题解! A. 【例题1】滑动窗口 略。 #include <iostream> #define N 1000005 int n,k,a[N],q[N]; int main() { std::ios::sync_with_stdio(0); std::cin.tie(0 阅读全文
posted @ 2025-05-12 15:18 整齐的艾萨克 阅读(6) 评论(0) 推荐(0)