摘要: D. Rorororobot 思路都一样,只是做法不同 ##第一种st表 #include <iostream> using namespace std; const int N = 2e5+10; int Log[N],d[N][25],w[N],n,m; void init() { Log[1] 阅读全文
posted @ 2022-07-22 16:05 Seaside_G 阅读(54) 评论(0) 推荐(0)