两倍空间线段树

int Index(int L, int R) {
	return L + R | L != R;
}
posted @ 2024-09-22 09:38  Laijinyi  阅读(24)  评论(0)    收藏  举报