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