#include <iostream> #include <algorithm> #include <vector> #include <cassert> #include <random> using namespace std; #define ull unsigned long long //我的代码,0% ull solve(ull x, ull k) { ull res = 0; ...