2024-02-03 数学问题 数学问题 数据结构与算法 基础算法位运算以及优化技巧快读123456789std::ios::sync_with_stdio(0);cin.tie(0), cout.tie(0);inline int read() { int x = 0, f = 1;