Jeanny
寂兮,寥兮,独立不改,周行而不殆
摘要: 洛谷日报:https://www.luogu.com.cn/blog/codesonic/mosalgorithm 知乎算法学习笔记:https://zhuanlan.zhihu.com/p/115243708 https://www.cnblogs.com/WAMonster/p/10118934 阅读全文
posted @ 2022-05-14 16:39 Jeanny 阅读(115) 评论(0) 推荐(0)
摘要: ###【题目】SP3267 DQUERY - D-query(https://www.luogu.com.cn/problem/SP3267) ###【问题描述】 给出一个长度为n 的数列,需要你给出[L,R]这一段中有多少不同的数字。 ###【方法1】 莫队 #include<iostream> 阅读全文
posted @ 2022-05-14 09:01 Jeanny 阅读(92) 评论(0) 推荐(0)