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