#include using namespace std; class Solution { public: vector countBits(int n); bool test(int n, vector &answer); };