HDU6579 Operation
摘要:###题目大意: 给定5e5的数列,和5e5个操作。操作有下面两种: 数列后面加入一个数x 给定区间[l,r],求出区间内随意挑出某些数的异或最大值 前缀线性基,只不过他要求在线。 ###代码: #include<bits/stdc++.h> using namespace std; typ
阅读全文
posted @ 2021-08-07 17:31
posted @ 2021-08-07 17:31
posted @ 2021-08-06 22:16
posted @ 2021-08-06 20:30
posted @ 2021-08-04 10:55
posted @ 2021-08-03 23:11