#include using namespace std; class Solution { public: bool isValidSudoku(vector> &board); bool test(vector> &board, bool answer); };