基础算法位运算以及优化技巧快读123456789std::ios::sync_with_stdio(0);cin.tie(0), cout.tie(0);inline int read() { int x = 0, f = 1;