#include int64_t int64_bottombit_mask(int64_t x) { return -(1 & x); }