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