#include using namespace std; class Solution { public: uint32_t reverseBits(uint32_t n); bool test(uint32_t n, uint32_t answer); };